Skip to content
Snippets Groups Projects
Commit 50e30232 authored by Anna Wellmann's avatar Anna Wellmann Committed by Anna Wellmann
Browse files

Change size_mat to unsigned long in CumulantK17CompChimStream

parent cf8941dd
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
...@@ -45,7 +45,7 @@ extern "C" __global__ void LB_Kernel_CumulantK17CompChimStream( ...@@ -45,7 +45,7 @@ extern "C" __global__ void LB_Kernel_CumulantK17CompChimStream(
uint* neighborY, uint* neighborY,
uint* neighborZ, uint* neighborZ,
real* distributions, real* distributions,
int size_Mat, unsigned long size_Mat,
int level, int level,
real* forces, real* forces,
real* quadricLimiters, real* quadricLimiters,
......
...@@ -10,7 +10,7 @@ extern "C" __global__ void LB_Kernel_CumulantK17CompChimStream( ...@@ -10,7 +10,7 @@ extern "C" __global__ void LB_Kernel_CumulantK17CompChimStream(
uint* neighborY, uint* neighborY,
uint* neighborZ, uint* neighborZ,
real* distributions, real* distributions,
int size_Mat, unsigned long size_Mat,
int level, int level,
real* forces, real* forces,
real* quadricLimiters, real* quadricLimiters,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment