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 b0ce4c5 commit 610be9eCopy full SHA for 610be9e
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