Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tensor-Core Correlator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ResearchAndDevelopment
Tensor-Core Correlator
Commits
3cc019ef
Commit
3cc019ef
authored
1 year ago
by
Bram Veenboer
Browse files
Options
Downloads
Patches
Plain Diff
Undo unneeded changes
parent
4d1e0b18
No related branches found
No related tags found
No related merge requests found
Pipeline
#55550
passed
1 year ago
Stage: build
Stage: testing
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
libtcc/Kernel.h
+2
-2
2 additions, 2 deletions
libtcc/Kernel.h
test/Common/Record.h
+1
-2
1 addition, 2 deletions
test/Common/Record.h
test/Common/UnitTest.h
+0
-1
0 additions, 1 deletion
test/Common/UnitTest.h
with
3 additions
and
5 deletions
libtcc/Kernel.h
+
2
−
2
View file @
3cc019ef
#if !defined TCC_KERNEL_H
#define TCC_KERNEL_H
#include
<stdint.h>
#include
<cudawrappers/cu.hpp>
#include
<stdint.h>
namespace
tcc
{
class
Kernel
{
...
...
This diff is collapsed.
Click to expand it.
test/Common/Record.h
+
1
−
2
View file @
3cc019ef
#if !defined RECORD_H
#define RECORD_H
#include
<cudawrappers/cu.hpp>
#include
"test/Common/Config.h"
#include
<cudawrappers/cu.hpp>
#if defined MEASURE_POWER
#include
<powersensor/NVMLPowerSensor.h>
#endif
...
...
This diff is collapsed.
Click to expand it.
test/Common/UnitTest.h
+
0
−
1
View file @
3cc019ef
...
...
@@ -2,7 +2,6 @@
#define UNIT_TEST_H
#include
<cudawrappers/cu.hpp>
#include
"test/Common/Record.h"
#if defined MEASURE_POWER
...
...
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