Skip to content
GitLab
Explore
Sign in
Register
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
98a60f1f
Commit
98a60f1f
authored
1 year ago
by
Bram Veenboer
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
7e198bce
No related branches found
No related tags found
1 merge request
!5
Use CMake and upgrade to cudawrappers 0.6.0
Pipeline
#60170
passed
1 year ago
Stage: build
Stage: testing
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-0
14 additions, 0 deletions
README.md
with
14 additions
and
0 deletions
README.md
+
14
−
0
View file @
98a60f1f
...
...
@@ -97,4 +97,18 @@ srun -N 1 --gres=gpu:A4000:1 make -C build test
Note that in the command above a node with a NVIDIA A4000 GPU is requested, because the tests require a GPU that has tensor cores.
## Example usage
The
`example`
subdirectory has a minimal example that demonstrates how this
library can be integrated in another project. This example assumes that you
pre-installed both this library (
`libtcc`
) and
`cudawrappers`
. E.g. when
`libtcc`
is installed in
`<prefix>/libtcc`
and
`cudawrappers`
is installed in
`<prefix>/cudawrappers`
, you can build the example by running:
```
bash
cmake
.
-DCMAKE_PREFIX_PATH
=
"<prefix>/cudawrappers;<prefix>/tcc"
make
./example
```
## Bugs/feedback
Contact John Romein (romein@astron.nl) to report bugs/feedback
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