Takes CUDA kernel as an argument and searches for it in cache
If kernel is found than reduces ref_count
of such entry and kernel becomes a null pointer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(nvrtc_cache), | intent(inout) | :: | self |
Cache instance |
||
type(CUfunction), | intent(inout) | :: | kernel |
CUDA kernel to search for |