Refactoring

This commit is contained in:
André R. Brodtkorb
2018-09-04 16:33:50 +02:00
parent 58f281d724
commit 10d8e26108
30 changed files with 774 additions and 840 deletions

View File

@@ -61,7 +61,7 @@ class HLL (Simulator.BaseSimulator):
block_width, block_height);
#Get kernels
self.kernel = context.get_prepared_kernel("HLL_kernel.cu", "HLLKernel", \
self.kernel = context.get_prepared_kernel("cuda/SWE_HLL.cu", "HLLKernel", \
"iiffffPiPiPiPiPiPi", \
BLOCK_WIDTH=self.local_size[0], \
BLOCK_HEIGHT=self.local_size[1])