Skip to content

Commit f32a44c

Browse files
Merge pull request #445 from puneetmatharu/remove-llvm-openmp-from-torch-third-party
Remove `third_party/llvm-openmp` from `torch` build
2 parents 9653a74 + b5ce24e commit f32a44c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ML-Frameworks/pytorch-aarch64/get-source.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
5050
git rm third_party/NVTX
5151
# fbgemm/fbgemm_gpu/experimental/gen_ai has moved to the 'mslk' repo. Get rid of it
5252
git rm third_party/mslk
53+
# This third-party folder contains just a license to cover libomp from the LLVM project
54+
# which is not present in our torch build; it contains libgomp
55+
git rm -r third_party/llvm-openmp
5356

5457
# Update submodules
5558
git submodule sync

0 commit comments

Comments
 (0)