Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
one
TransferBench
Commits
ceeab469
Unverified
Commit
ceeab469
authored
Jan 09, 2024
by
gilbertlee-amd
Committed by
GitHub
Jan 09, 2024
Browse files
Another fix for CUDA kernel (#84)
parent
47480a59
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/include/Kernels.hpp
src/include/Kernels.hpp
+2
-0
No files found.
src/include/Kernels.hpp
View file @
ceeab469
...
...
@@ -284,7 +284,9 @@ __global__ void __launch_bounds__(BLOCKSIZE)
__threadfence_system
();
p
.
stopCycle
=
GetTimestamp
();
p
.
startCycle
=
startCycle
;
#if !defined(__NVCC__)
p
.
xccId
=
xccId
;
#endif
__trace_hwreg
();
}
}
...
...
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