Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-jit-tools.c407 const char **jit_source_dirs; in CeedGetJitAbsolutePath() local
415 CeedCallBackend(CeedGetJitSourceRoots(ceed, &num_source_dirs, &jit_source_dirs)); in CeedGetJitAbsolutePath()
421 CeedDebug(ceed, "%s\n", jit_source_dirs[i]); in CeedGetJitAbsolutePath()
424 …CeedCall(CeedPathConcatenate(ceed, jit_source_dirs[i], relative_file_path, (char **)absolute_file_… in CeedGetJitAbsolutePath()
428 CeedCallBackend(CeedRestoreJitSourceRoots(ceed, &jit_source_dirs)); in CeedGetJitAbsolutePath()
/libCEED/backends/hip/
H A Dceed-hip-compile.cpp90 const char **jit_source_dirs; in CeedCompileCore_Hip() local
92 CeedCallBackend(CeedGetJitSourceRoots(ceed, &num_jit_source_dirs, &jit_source_dirs)); in CeedCompileCore_Hip()
97 include_dir_arg << "-I" << jit_source_dirs[i]; in CeedCompileCore_Hip()
100 CeedCallBackend(CeedRestoreJitSourceRoots(ceed, &jit_source_dirs)); in CeedCompileCore_Hip()
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp130 const char **jit_source_dirs; in CeedCompileCore_Cuda() local
132 CeedCallBackend(CeedGetJitSourceRoots(ceed, &num_jit_source_dirs, &jit_source_dirs)); in CeedCompileCore_Cuda()
137 include_dir_arg << "-I" << jit_source_dirs[i]; in CeedCompileCore_Cuda()
140 CeedCallBackend(CeedRestoreJitSourceRoots(ceed, &jit_source_dirs)); in CeedCompileCore_Cuda()