Skip to content

Commit b859c1d

Browse files
committed
added pde examples
1 parent 3f6cfa6 commit b859c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pde.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using GPUArrays
2-
CLBackend.init()
32
# an optimised implementation of CH_vectorised!
43
tocomplex64(x) = Complex64(x) # cudanative doesn't like Complex64.(gpu_array)
54

@@ -38,6 +37,7 @@ function CH_memory!(nruns, N, AT)
3837
# ======================================================================
3938
u
4039
end
40+
CUBackend.init()
4141

4242
x = CH_memory!(100, 2^9, GPUArray)
4343

0 commit comments

Comments
 (0)