Skip to content

Commit

Permalink
Adding mutex.h for TE pytorch extension compilation (#26)
Browse files Browse the repository at this point in the history
std::unique_lock requires <mutex>
  • Loading branch information
wangye805 committed May 23, 2024
1 parent 6035fb4 commit 3f89e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2src/triton_kernel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <aotriton/runtime.h>
#include <incbin.h>
#include <iostream>
#include <mutex>
#if AOTRITON_USE_ZSTD
#include <zstd.h>
#endif
Expand Down

0 comments on commit 3f89e3a

Please sign in to comment.