Searched refs:opts (Results 1 – 3 of 3) sorted by relevance
| /libCEED/backends/hip/ |
| H A D | ceed-hip-compile.cpp | 42 const char **opts; in CeedCompileCore_Hip() local 80 CeedCallBackend(CeedCalloc(num_opts, &opts)); in CeedCompileCore_Hip() 81 opts[0] = "-default-device"; in CeedCompileCore_Hip() 85 opts[1] = arch_arg.c_str(); in CeedCompileCore_Hip() 86 opts[2] = "-munsafe-fp-atomics"; in CeedCompileCore_Hip() 87 opts[3] = "-DCEED_RUNNING_JIT_PASS=1"; in CeedCompileCore_Hip() 93 CeedCallBackend(CeedRealloc(num_opts + num_jit_source_dirs, &opts)); in CeedCompileCore_Hip() 98 … CeedCallBackend(CeedStringAllocCopy(include_dir_arg.str().c_str(), (char **)&opts[num_opts + i])); in CeedCompileCore_Hip() 107 CeedCallBackend(CeedRealloc(num_opts + num_jit_source_dirs + num_jit_defines, &opts)); in CeedCompileCore_Hip() 112 …CeedCallBackend(CeedStringAllocCopy(define_arg.str().c_str(), (char **)&opts[num_opts + num_jit_so… in CeedCompileCore_Hip() [all …]
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 77 const char **opts; in CeedCompileCore_Cuda() local 110 CeedCallBackend(CeedCalloc(num_opts, &opts)); in CeedCompileCore_Cuda() 111 opts[0] = "-default-device"; in CeedCompileCore_Cuda() 125 opts[1] = arch_arg.c_str(); in CeedCompileCore_Cuda() 126 opts[2] = "-Dint32_t=int"; in CeedCompileCore_Cuda() 127 opts[3] = "-DCEED_RUNNING_JIT_PASS=1"; in CeedCompileCore_Cuda() 133 CeedCallBackend(CeedRealloc(num_opts + num_jit_source_dirs, &opts)); in CeedCompileCore_Cuda() 138 … CeedCallBackend(CeedStringAllocCopy(include_dir_arg.str().c_str(), (char **)&opts[num_opts + i])); in CeedCompileCore_Cuda() 147 CeedCallBackend(CeedRealloc(num_opts + num_jit_source_dirs + num_jit_defines, &opts)); in CeedCompileCore_Cuda() 152 …CeedCallBackend(CeedStringAllocCopy(define_arg.str().c_str(), (char **)&opts[num_opts + num_jit_so… in CeedCompileCore_Cuda() [all …]
|
| /libCEED/julia/LibCEED.jl/.style/ |
| H A D | ceed_style.jl | 28 !s.opts.whitespace_typedefs 33 nospace_args = s.opts.whitespace_ops_in_indices ? false : nospace 42 s.opts.whitespace_ops_in_indices && 94 s.opts.whitespace_ops_in_indices &&
|