File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed
P6_omp_parallel_for_nounroll Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ all : omp_parallel_simple.o
2
+
3
+ clean :
4
+ rm -f * .o * .ll
5
+
6
+ % .o : % .c
7
+ ../dockerscript.sh clang-12 /host/$^ -O3 -Xclang -load -Xclang /Enzyme/enzyme/build/Enzyme/ClangEnzyme-12.so -ffast-math -fopenmp -o /host/$@
8
+
9
+ run-% : % .o
10
+ ../dockerscript.sh /host/$^
Original file line number Diff line number Diff line change
1
+ all : omp_parallel_for.o
2
+
3
+ clean :
4
+ rm -f * .o * .ll
5
+
6
+ % .o : % .c
7
+ ../dockerscript.sh clang-12 /host/$^ -O3 -Xclang -load -Xclang /Enzyme/enzyme/build/Enzyme/ClangEnzyme-12.so -ffast-math -fopenmp -o /host/$@
8
+
9
+ run-% : % .o
10
+ ../dockerscript.sh /host/$^
Original file line number Diff line number Diff line change
1
+ all : omp_parallel_for_nounroll.o
2
+
3
+ clean :
4
+ rm -f * .o * .ll
5
+
6
+ % .o : % .c
7
+ ../dockerscript.sh clang-12 /host/$^ -O3 -Xclang -load -Xclang /Enzyme/enzyme/build/Enzyme/ClangEnzyme-12.so -ffast-math -fopenmp -o /host/$@
8
+
9
+ run-% : % .o
10
+ ../dockerscript.sh /host/$^
File renamed without changes.
You can’t perform that action at this time.
0 commit comments