|
||||
File indexing completed on 2024-04-06 12:15:44
0001 // C/C++ headers 0002 #include <cstdlib> 0003 #include <iostream> 0004 0005 // always returns EXIT_FAILURE 0006 int main() { 0007 std::cerr << "cudaComputeCapabilities: CUDA is not supported on this architecture" << std::endl; 0008 return EXIT_FAILURE; 0009 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |