Home
last modified time | relevance | path

Searched refs:changeGridFull_kernel (Results 1 – 1 of 1) sorted by relevance

/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DOperators.cu343 void changeGridFull_kernel(int zBlock, const vector3<int> S, const vector3<int> Sin, const vector3<… in changeGridFull_kernel() function
348 { GpuLaunchConfig3D glc(changeGridFull_kernel, S); in changeGridFull_gpu()
350 changeGridFull_kernel<<<glc.nBlocks,glc.nPerBlock>>>(zBlock, S, Sin, Sout, in, out); in changeGridFull_gpu()