mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Updated CUDA version and compatible calls
This commit is contained in:
parent
ed27aa6c49
commit
61af750003
7 changed files with 385 additions and 347 deletions
|
@ -334,9 +334,7 @@ Returns the sum of the cartesian coordinates of the point p=(b,r).
|
|||
end
|
||||
|
||||
|
||||
@inline assign_thx() = convert(Int64, CUDA.threadIdx().x), convert(Int64, CUDA.blockIdx().x)
|
||||
|
||||
export up, dw, updw, point_index, point_coord, point_time, assign_thx
|
||||
export up, dw, updw, point_index, point_coord, point_time
|
||||
export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue