Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e47693ce authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

oups forgot the use cuda

parent 99450164
Branches
Tags
No related merge requests found
......@@ -348,10 +348,6 @@ __global__ void FCuda__downardPassPerform(unsigned char* currentCellsPtr, std::s
FCudaParams<unsigned char*,9> subCellGroupsPtr, FCudaParams<std::size_t,9> subCellGroupsSize,
FCudaParams<unsigned char*,9> subCellGroupsDownPtr,
int nbSubCellGroups, int idxLevel, CudaKernelClass* kernel){
if(blockIdx.x != 0){
return;
}
FCudaAssertLF(nbSubCellGroups != 0);
CellContainerClass currentCells(currentCellsPtr, currentCellsSize, nullptr, currentCellsDownPtr);
CellContainerClass subCellGroups[9];
......
......@@ -2,6 +2,7 @@
// @FUSE_BLAS
// @FUSE_FFT
// @FUSE_STARPU
// @FUSE_CUDA
// ================
// Keep in private GIT
// @SCALFMM_PRIVATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment