mirror of
https://github.com/smyalygames/FiniteVolumeGPU_HIP.git
synced 2025-05-18 06:24:11 +02:00
replace .cu with cu.hip
This commit is contained in:
parent
b53f5bf601
commit
56445c201e
@ -88,7 +88,7 @@ class FORCE (Simulator.BaseSimulator):
|
|||||||
self.g = np.float32(g)
|
self.g = np.float32(g)
|
||||||
|
|
||||||
#Get kernels
|
#Get kernels
|
||||||
# module = context.get_module("cuda/SWE2D_FORCE.cu",
|
# module = context.get_module("cuda/SWE2D_FORCE.cu.hip",
|
||||||
# defines={
|
# defines={
|
||||||
# 'BLOCK_WIDTH': self.block_size[0],
|
# 'BLOCK_WIDTH': self.block_size[0],
|
||||||
# 'BLOCK_HEIGHT': self.block_size[1]
|
# 'BLOCK_HEIGHT': self.block_size[1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user