Home
last modified time | relevance | path

Searched refs:cudaemu (Results 1 – 5 of 5) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/shared/utils/
H A Dglobal.h141 int cudaemu; /* emulating CUDA device code */ member
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dupper.cpp59 static int cudaemu = 0; /* 1 => global; 2 => device */ variable
2608 cudaemu = getval("cudaemu"); in read_symbol()
6343 gbl.cudaemu = cudaemu; in cuda_emu_start()
6344 if (cudaemu) { in cuda_emu_start()
6365 if (cudaemu) { in cuda_emu_end()
6372 cudaemu = 0; in cuda_emu_end()
6373 gbl.cudaemu = 0; in cuda_emu_end()
H A Dmwd.cpp2529 putnzint("gbl.cudaemu", mbl.cudaemu); in dgbl()
2530 mbl.cudaemu = 0; in dgbl()
H A Dexp_rte.cpp2302 && !gbl.cudaemu) || /* Don't use a frame pointer when emulating in exp_end()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dlowersym.c3537 int cudaemu, routx = 0; in lower_symbol() local
4085 cudaemu = 0; in lower_symbol()
4086 putval("cudaemu", cudaemu); in lower_symbol()