Skip to content

Commit

Permalink
Remove Tegra warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed May 15, 2024
1 parent 43bfc89 commit cd62fc0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/initialization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,6 @@ function __init__()
Ensure that you have not set the LD_LIBRARY_PATH environment variable, or that it does not contain paths to CUDA libraries."""
end
end

# warn about Tegra being incompatible with our artifacts
if is_tegra()
@warn """You are using a Tegra device, which is currently not supported by the CUDA.jl artifacts.
Please install the CUDA toolkit, and call `CUDA.set_runtime_version!(local_toolkit=true)`.
For more information, see JuliaGPU/CUDA.jl#1978."""
end
end

_initialized[] = true
Expand Down

0 comments on commit cd62fc0

Please sign in to comment.