Home
last modified time | relevance | path

Searched refs:gridDimX (Results 1 – 25 of 50) sorted by relevance

12

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/io/test/parallel_mpi_1/
H A Dplottertest.h43 unsigned gridDimX = 2; in testPlotGridDimensions() local
45 int expectedDimX = gridDimX * width; in testPlotGridDimensions()
47 Coord<2> gridDim(gridDimX, gridDimY); in testPlotGridDimensions()
60 unsigned gridDimX = 2; in testPlotGridContent() local
62 unsigned expectedDimX = gridDimX * width; in testPlotGridContent()
64 Coord<2> gridDim(gridDimX, gridDimY); in testPlotGridContent()
66 Grid<TestCell<2> > testGrid(Coord<2>(gridDimX, gridDimY)); in testPlotGridContent()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/acc/cuda/
H A Dacc_cuda.cpp20 CUresult cuLaunchJITKernel(CUfunction f, unsigned int gridDimX, unsigned int gridDimY, unsigned int… in cuLaunchJITKernel() argument
21 …return cuLaunchKernel(f, gridDimX, gridDimY, gridDimZ, blockDimX, blockDimY, blockDimZ, sharedMemB… in cuLaunchJITKernel()
H A Dacc_cuda.h62 extern CUresult cuLaunchJITKernel(CUfunction f, unsigned int gridDimX, unsigned int gridDimY, unsig…
/dports/math/dbcsr/dbcsr-2.1.0/src/acc/cuda/
H A Dacc_cuda.cpp20 CUresult cuLaunchJITKernel(CUfunction f, unsigned int gridDimX, unsigned int gridDimY, unsigned int… in cuLaunchJITKernel() argument
21 …return cuLaunchKernel(f, gridDimX, gridDimY, gridDimZ, blockDimX, blockDimY, blockDimZ, sharedMemB… in cuLaunchJITKernel()
H A Dacc_cuda.h93 extern CUresult cuLaunchJITKernel(CUfunction f, unsigned int gridDimX, unsigned int gridDimY, unsig…
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/acc/hip/
H A Dacc_hip.cpp38 hipError_t hipLaunchJITKernel(hipFunction_t f, unsigned int gridDimX, unsigned int gridDimY, unsign… in hipLaunchJITKernel() argument
39 …return hipModuleLaunchKernel(f, gridDimX, gridDimY, gridDimZ, blockDimX, blockDimY, blockDimZ, sha… in hipLaunchJITKernel()
H A Dacc_hip.h57 extern hipError_t hipLaunchJITKernel(hipFunction_t f, unsigned int gridDimX, unsigned int gridDimY,…
/dports/math/dbcsr/dbcsr-2.1.0/src/acc/hip/
H A Dacc_hip.cpp38 hipError_t hipLaunchJITKernel(hipFunction_t f, unsigned int gridDimX, unsigned int gridDimY, unsign… in hipLaunchJITKernel() argument
39 …return hipModuleLaunchKernel(f, gridDimX, gridDimY, gridDimZ, blockDimX, blockDimY, blockDimZ, sha… in hipLaunchJITKernel()
H A Dacc_hip.h91 extern hipError_t hipLaunchJITKernel(hipFunction_t f, unsigned int gridDimX, unsigned int gridDimY,…
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dcuda_functions.h40 CUDA_FN(CUresult, cuLaunchKernel, (CUfunction f, unsigned int gridDimX, unsigned int gridDimY, unsi…
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dompaccel.h103 gridDimX, enumerator
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/src/
H A DCUDAlib.h117 unsigned int gridDimX, unsigned int gridDimY, unsigned int gridDimZ,
/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Darch.cc88 gridDimX = std::max(gridDimX, loc.x + 1); in addPip()
136 gridDimX = std::max(gridDimX, loc.x + 1); in addBel()
H A Darch.h137 int gridDimX, gridDimY;
187 int getGridDimX() const { return gridDimX; }
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dbackend.h70 int hc_cuLaunchKernel (hashcat_ctx_t *hashcat_ctx, CUfunction f, unsigned int gridDimX, …
119 …el (hashcat_ctx_t *hashcat_ctx, hipFunction_t f, unsigned int gridDimX, unsigned int gri…
/dports/graphics/blender/blender-2.91.0/extern/cuew/include/
H A Dcuew.h845 unsigned int gridDimX; member
1037 typedef CUresult CUDAAPI tcuLaunchKernel(CUfunction f, unsigned int gridDimX, unsigned int gridDimY…
1038 typedef CUresult CUDAAPI tcuLaunchCooperativeKernel(CUfunction f, unsigned int gridDimX, unsigned i…
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/executor/
H A Dcuda_graphs.h89 dim3 gridDim(kparams.gridDimX, kparams.gridDimY, kparams.gridDimZ); in CudaGraphNodeToString()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/executor/
H A Dcuda_graphs.h89 dim3 gridDim(kparams.gridDimX, kparams.gridDimY, kparams.gridDimZ); in CudaGraphNodeToString()
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DLibInfo.scala359 gridDimX: Int,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DLibInfo.scala359 gridDimX: Int,
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Dc_api.h3220 uint32_t gridDimX,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Dc_api.h3220 uint32_t gridDimX,
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Ddec_nvdec_sdk.h1424 … unsigned int gridDimX, unsigned int gridDimY, unsigned int gridDimZ,
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Ddec_nvdec_sdk.h1424 … unsigned int gridDimX, unsigned int gridDimY, unsigned int gridDimZ,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/native/src/main/native/
H A Dorg_apache_mxnet_native_c_api.cc2099 jlongArray joutputs, jint gridDimX, jint gridDimY, jint gridDimZ, in Java_org_apache_mxnet_LibInfo_mxRtcPush() argument
2113 static_cast<mx_uint>(gridDimX), in Java_org_apache_mxnet_LibInfo_mxRtcPush()

12