/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HeterogeneousCore/ROCmUtilities/bin/rocmIsEnabled_fallback.cpp
10 строк
257 B
Andrea Bocci
Use different exit codes for different conditions
23 фев 2023, 18:33
Не верифицирован
23 фев 2023, 18:33
a2fe732
Код
Авторство
О чём код?
// C/C++ headers #include <cstdlib> // CMSSW headers #include "HeterogeneousCore/Common/interface/PlatformStatus.h" int main() { // ROCm is not available on this architecture, OS and compiler combination return PlatformStatus::PlatformNotAvailable; }