JuliaAttic / CUDA.jl

DEPRECATED: old Julia programming interface for CUDA
64 stars 20 forks source link

Make CUDA.jl work on v0.4 #11

Closed ranjanan closed 8 years ago

ranjanan commented 8 years ago

Julia v0.4 didn't like the (Int,Int) and preferred Tuple{Int,Int} instead. Fixes #10

tkelman commented 8 years ago

Change the REQUIRE file to julia 0.4

ranjanan commented 8 years ago

@tkelman Can it be merged now or are there any other changes I should make?

tkelman commented 8 years ago

These changes look pretty straightforward and non-controversial to me, but I don't have commit access here.