Skip to content

Commit

Permalink
Remove outdated comment.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
maleadt committed Sep 24, 2024
1 parent de5f8d3 commit a0aa8b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/compiler/compilation.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## gpucompiler interface implementation

Base.@kwdef struct CUDACompilerParams <: AbstractCompilerParams
# the PTX ISA version and compute capability to target at the CUDA level.
# XXX: these aren't visible by kernel code, as the `compute_capability()` etc intrinsics
# return the versions that are used by LLVM. however, we can't safely use the
# CUDA-level compatibility, as that may result in instruction selection errors.
cap::VersionNumber
ptx::VersionNumber
end
Expand Down

0 comments on commit a0aa8b8

Please sign in to comment.