Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vialle Stephane
CPU-GPU-kmeans
Commits
4f731c29
Commit
4f731c29
authored
Jul 31, 2021
by
He Guanlin
Browse files
Update Makefile
parent
0b58e435
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
4f731c29
...
...
@@ -6,9 +6,9 @@ CUDA_TARGET_FLAGS = --gpu-architecture=sm_75
# For GTX 1080
# CUDA_TARGET_FLAGS = --gpu-architecture=sm_61
CXXFLAGS
=
-O3
#-DDP
CXXFLAGS
=
#
-O3 #-DDP
CXXFLAGS
+=
-I
/usr/local/cuda/include/
CC_CXXFLAGS
=
-fopenmp
-funroll-loops
CC_CXXFLAGS
=
-Ofast
-fopenmp
-funroll-loops
-march
=
skylake-avx512
#-march=native
CUDA_CXXFLAGS
=
$(CUDA_TARGET_FLAGS)
CC_LDFLAGS
=
-fopenmp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment