Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gpma_bfs
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Recolic
gpma_bfs
Commits
f9da2262
There was an error fetching the commit references. Please try again later.
Commit
f9da2262
authored
5 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
hipify 1
parent
dbab80d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-3
5 additions, 3 deletions
Makefile
with
5 additions
and
3 deletions
Makefile
+
5
−
3
View file @
f9da2262
NVCC
=
nvcc
NVCC
=
/opt/rocm/hip/bin/hipcc
# 75 for Turing architecture.
default
:
$(
NVCC
)
-I
.
-O3
-std
=
c++14
-gencode
arch
=
compute_75,code
=
sm_75 gpma_bfs_demo.cu
--cudart
static
--relocatable-device-code
=
true
-o
gpma_bfs_demo
$(
NVCC
)
-I
.
-O3
-std
=
c++14
--amdgpu-target
=
x86
-o
gpma_bfs_demo gpma_bfs_demo.cu
#
$(
NVCC
)
-I
.
-O3
-std
=
c++14
-gencode
arch
=
compute_75,code
=
sm_75 gpma_bfs_demo.cu
--cudart
static
--relocatable-device-code
=
true
-o
gpma_bfs_demo
gpma_bfs_demo
:
$(
NVCC
)
-I
./
-O3
-std
=
c++14
-w
-gencode
arch
=
compute_75,code
=
sm_75
-odir
"."
-M
-o
"gpma_bfs_demo.d"
"./gpma_bfs_demo.cu"
...
...
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