From a0aa8b8c142f5eab9db0889802fba9636bdb454b Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Tue, 24 Sep 2024 14:25:23 +0200 Subject: [PATCH] Remove outdated comment. [ci skip] --- src/compiler/compilation.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/compiler/compilation.jl b/src/compiler/compilation.jl index 0bca2c8a63..c105bc0b77 100644 --- a/src/compiler/compilation.jl +++ b/src/compiler/compilation.jl @@ -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