MCPcopy Create free account
hub / github.com/RenderKit/oidn / __cudaPushCallConfiguration

Function __cudaPushCallConfiguration

devices/cuda/curtn.cpp:527–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525 }
526
527 unsigned int CUDARTAPI __cudaPushCallConfiguration(dim3 gridDim,
528 dim3 blockDim,
529 size_t sharedMem,
530 cudaStream_t stream)
531 {
532 Runtime::callConfigs.push_back({gridDim, blockDim, sharedMem, stream});
533 return 0;
534 }
535
536 cudaError_t CUDARTAPI __cudaPopCallConfiguration(dim3* gridDim,
537 dim3* blockDim,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected