Searched refs:nvrtcCreateProgram (Results 1 – 5 of 5) sorted by relevance
37 _(nvrtcCreateProgram) \108 _(nvrtcCreateProgram) \
133 nvrtcResult nvrtcCreateProgram(nvrtcProgram *prog, in nvrtcCreateProgram() function139 auto fn = reinterpret_cast<decltype(&nvrtcCreateProgram)>(getNVRTCLibrary().sym(__func__)); in nvrtcCreateProgram()142 lazyNVRTC.nvrtcCreateProgram = fn; in nvrtcCreateProgram()
120 AT_CUDA_NVRTC_CHECK(nvrtc().nvrtcCreateProgram( in FusedKernelCUDA()
1535 AT_CUDA_NVRTC_CHECK(nvrtc.nvrtcCreateProgram( in jit_pwise_function()
1281 AT_CUDA_NVRTC_CHECK(nvrtc().nvrtcCreateProgram( in CompileToNVRTC()