Chenggang Zhao
Chenggang Zhao
An easy way to ignore that is to add diagnostic pragmas around the entire implement: ```c++ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdeprecated-declarations" ... #pragma GCC diagnostic pop...
+1 with this issue
@HIT-cwh @SolenoidWGT A fix would be making a customized `CacheManager` by setting `os.environ["TRITON_CACHE_MANAGER"] = '...'`. Reference: https://github.com/openai/triton/blob/main/python/triton/runtime/cache.py. In this manager, we only put the files from rank 0 and make...
> @HIT-cwh Hi, I met the same issue and resolved it by setting `TRITON_CACHE_DIR` to a local storage instead of a shared storage. > > The root cause in my...
macOS和Windows的命令不太一样 具体可以参考英文教程:https://os.phil-opp.com/freestanding-rust-binary/