Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:46

0001 // C/C++ headers
0002 #include <cstdlib>
0003 #include <iostream>
0004 
0005 // always returns EXIT_FAILURE
0006 int main() {
0007   std::cerr << "rocmComputeCapabilities: ROCm is not supported on this architecture" << std::endl;
0008   return EXIT_FAILURE;
0009 }