Searched refs:HSA_DEBUG (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c245 if (secure_getenv ("HSA_DEBUG"))
262 /* Print a logging message with PREFIX to stderr if HSA_DEBUG value
278 #define HSA_DEBUG(...) HSA_LOG ("HSA debug: ", __VA_ARGS__) macro
520 HSA_DEBUG ("while loading %s: %s\n", hsa_runtime_lib, dlerror ());
625 HSA_DEBUG ("Run-time could not be dynamically opened\n");
631 HSA_DEBUG ("HSA run-time initialized\n");
635 HSA_DEBUG ("There are %i HSA GPU devices.\n", hsa_context.agent_count);
769 HSA_DEBUG ("HSA agent initialized, queue has id %llu\n",
771 HSA_DEBUG ("HSA agent initialized, kernel dispatch queue has id %llu\n",
838 HSA_DEBUG ("Destroyin
[all...]

Completed in 128 milliseconds