Add vendor infrastructure

This commit is contained in:
2022-10-03 17:11:08 +02:00
parent b11b53aca1
commit 50896e3cd0
6 changed files with 39 additions and 7 deletions

View File

@@ -76,7 +76,7 @@
// [[file:~/cuda/atrip/atrip.org::*Macros][Macros:2]]
#ifndef LOG
#define LOG(level, name) if (Atrip::rank == 0) std::cout << name << ": "
#define LOG(level, name) if (atrip::Atrip::rank == 0) std::cout << name << ": "
#endif
// Macros:2 ends here