We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc572f commit 47111edCopy full SHA for 47111ed
src/ptx.jl
@@ -78,6 +78,8 @@ have_fma(@nospecialize(target::PTXCompilerTarget), T::Type) = true
78
79
dwarf_version(target::PTXCompilerTarget) = Int32(2) # Cuda only supports dwarfv2
80
81
+can_vectorize(job::CompilerJob{PTXCompilerTarget}) = true
82
+
83
## job
84
85
function Base.show(io::IO, @nospecialize(job::CompilerJob{PTXCompilerTarget}))
0 commit comments