Searched refs:build_id (Results 1 – 1 of 1) sorted by relevance
226 const int build_id = rand(); in CeedCompileCore_Cuda() local243 …std::string filename = std::string("temp/kernel_") + std::to_string(build_id) + std::string("_0_so… in CeedCompileCore_Cuda()328 …_string(prop.minor) + " --cuda-device-only -emit-llvm -S temp/kernel_" + std::to_string(build_id) + in CeedCompileCore_Cuda()329 "_0_source.cu -o temp/kernel_" + std::to_string(build_id) + "_1_wrapped.ll "; in CeedCompileCore_Cuda()332 …CeedCallSystem(ceed, ("chmod 0777 temp/kernel_" + std::to_string(build_id) + "_1_wrapped.ll").c_st… in CeedCompileCore_Cuda()336 std::to_string(build_id) + in CeedCompileCore_Cuda()339 std::to_string(build_id) + "_2_linked.ll "; in CeedCompileCore_Cuda()366 … --print sysroot) -name opt) --passes internalize,inline temp/kernel_" + std::to_string(build_id) + in CeedCompileCore_Cuda()367 "_2_linked.ll -o temp/kernel_" + std::to_string(build_id) + "_3_opt.bc") in CeedCompileCore_Cuda()370 …CeedCallSystem(ceed, ("chmod 0777 temp/kernel_" + std::to_string(build_id) + "_2_linked.ll").c_str… in CeedCompileCore_Cuda()[all …]