This commit is contained in:
Axel Kohlmeyer
2022-04-10 20:30:03 -04:00
parent d6f7570d57
commit b36262cd11

View File

@ -41,7 +41,7 @@ using namespace ucl_cudart;
using namespace ucl_hip; using namespace ucl_hip;
#endif #endif
int main(int argc, char** argv) { int main(int /*argc*/, char** /*argv*/) {
UCL_Device cop; UCL_Device cop;
std::cout << "Found " << cop.num_platforms() << " platform(s).\n"; std::cout << "Found " << cop.num_platforms() << " platform(s).\n";
if (cop.num_platforms()>0) if (cop.num_platforms()>0)