Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cricket-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
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
Show more breadcrumbs
ACS
Public
Virtualization
cricket-ci
Commits
91f18ad4
Commit
91f18ad4
authored
1 year ago
by
Niklas Eiling
Browse files
Options
Downloads
Patches
Plain Diff
revert to sm_62 in tests to make tests work in CI
Signed-off-by:
Niklas Eiling
<
niklas.eiling@eonerc.rwth-aachen.de
>
parent
c6cb9371
No related branches found
No related tags found
No related merge requests found
Pipeline
#1040574
passed
1 year ago
Stage: prepare
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_apps/Makefile
+2
-2
2 additions, 2 deletions
tests/test_apps/Makefile
with
2 additions
and
2 deletions
tests/test_apps/Makefile
+
2
−
2
View file @
91f18ad4
...
...
@@ -5,7 +5,7 @@ HOST_LD = gcc
HOST_CFLAGS
=
-Wall
-std
=
gnu99
CC
=
nvcc
-ccbin
g++
ARCH
=
sm_
80
ARCH
=
sm_
61
CFLAGS
=
-arch
=
$(
ARCH
)
-cudart
shared
#CFLAGS = -arch=$(ARCH)
LD
=
nvcc
-ccbin
g++
...
...
@@ -61,7 +61,7 @@ $(BINARY) : $(FILES)
$(
LD
)
$(
LDFLAGS
)
-o
$@
$^
$(OVERHEAD_O)
:
$(OVERHEAD_O:.o=.cu)
$(
CC
)
-O
2
$(
CFLAGS
)
-dc
-o
$@
$<
$(
CC
)
-O
3
$(
CFLAGS
)
-dc
-o
$@
$<
$(OVERHEAD_BIN)
:
$(OVERHEAD_O)
$(
LD
)
$(
LDFLAGS
)
-O2
-o
$@
$^
...
...
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