Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polybench-c_SVE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bine Brank
polybench-c_SVE
Commits
bc4e4729
Commit
bc4e4729
authored
4 years ago
by
Bine Brank
Browse files
Options
Downloads
Patches
Plain Diff
fixed fcc
parent
2cfbf2b1
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
run_gcc_compiler.sh
+0
-46
0 additions, 46 deletions
run_gcc_compiler.sh
utilities/makefile-gen.pl
+2
-2
2 additions, 2 deletions
utilities/makefile-gen.pl
with
3 additions
and
48 deletions
.gitignore
+
1
−
0
View file @
bc4e4729
...
...
@@ -8,3 +8,4 @@ Makefile
config.mk
run_all.sh
config.mk
config.mk
This diff is collapsed.
Click to expand it.
run_gcc_compiler.sh
deleted
100755 → 0
+
0
−
46
View file @
2cfbf2b1
#!/bin/sh
#load armclang
#module load Generic-AArch64/RHEL/7/arm-hpc-compiler-19.3/armpl
#load gcc
#module load GCC
#load gcc
#module load Clang
#echo `which armclang`
#echo `which gcc`
#echo `which clang`
if
[
"$#"
-ne
1
]
;
then
echo
"Please specify which dataset to use."
;
exit
;
fi
#cd utilities
if
test
-f
"output"
;
then
rm
output
fi
if
test
-f
"output_performance"
;
then
rm
output_performance
fi
if
test
-f
"datamining/correlation/Makefile"
;
then
perl utilities/clean.pl
.
fi
# clean
#perl utilities/clean.pl .
# generate makefiles
perl utilities/makefile-gen.pl
$1
-cfg
# generate headers
perl utilities/header-gen.pl
.
# compile
#perl ./run-all.pl .. | tee /dev/tty | grep -E 'vectorized|clang|gcc|#' | grep -vE '(^rm)|(^cd)' > ../vectorization_summary
perl utilities/run-all.pl
.
$1
|
tee
output
grep
"Gflop/s"
output |
tee
output_performance
This diff is collapsed.
Click to expand it.
utilities/makefile-gen.pl
+
2
−
2
View file @
bc4e4729
...
...
@@ -151,7 +151,7 @@ open FILE, '>'.$TARGET_DIR.'/config.mk';
print FILE << "EOF";
asdfCFLAGS=/scra
tch
/gem5_utils/li
bm5
.
a
-
march
=
armv8
-
a
+
sve
-
O3
-
ffp
-
contract
=
fast
-
static
-
lpthread
-
DUSEM5OPS
-
I
/scratch/g
em5_utils
-
DPOLYBENCH_NO_FLUSH_CACHE
-
DREPEATKERNEL
CFLAGS
=-
march
=
armv8
-
a
+
sve
-
O3
-
ffast
-
math
-
ffp
-
contract
=
fast
-
static
-
lpthread
-
DALTERSVELENGTH
CFLAGS
=-
march
=
armv8
-
a
+
sve
-
O3
-
ffp
-
contract
=
fast
-
static
-
lpthread
-
DALTERSVELENGTH
NOVEC_GCC
=-
fno
-
tree
-
vectorize
NOVEC_CLANG
=-
fno
-
vectorize
...
...
@@ -165,7 +165,7 @@ ARMCLANG=armclang
ARMCLANGREPORTFLAGS
=
-
Rpass
=
loop
-
vectorize
CLANG
=
clang
CLANGREPORTFLAGS
=
-
Rpass
=
loop
-
vectorize
FCC
=
fccpx
-
N
CLANG
FCC
=
fccpx
-
N
clang
EOF
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment