Skip to content

Commit 610be9e

Browse files
gbaraldimaleadt
authored andcommitted
Also try with CUDA
1 parent b0ce4c5 commit 610be9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ptx.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ have_fma(@nospecialize(target::PTXCompilerTarget), T::Type) = true
7878

7979
dwarf_version(target::PTXCompilerTarget) = Int32(2) # Cuda only supports dwarfv2
8080

81+
can_vectorize(job::CompilerJob{PTXCompilerTarget}) = true
82+
8183
## job
8284

8385
function Base.show(io::IO, @nospecialize(job::CompilerJob{PTXCompilerTarget}))

0 commit comments

Comments
 (0)