Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow using local omp with Apple clang (#181)
Tested on my M1 Mac as, ``` OMP_NUM_THREADS=8 \ TRITON_LOCAL_LIBOMP_PATH="<path..to>/site-packages/torch/" \ CC=$(which clang) \ TRITON_CPU_BACKEND=1 \ $(which python3) \ python/tutorials/02-fused-softmax-cpu.py ```
- Loading branch information