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
2ab77743
Commit
2ab77743
authored
1 year ago
by
Bram Veenboer
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
f7fbd5a7
No related branches found
No related tags found
No related merge requests found
Pipeline
#55559
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
+9
-11
9 additions, 11 deletions
README.md
with
9 additions
and
11 deletions
README.md
+
9
−
11
View file @
2ab77743
...
@@ -11,15 +11,7 @@ _Astronomy and Astrophysics_, 656(A32), pages 1-4, December 2021).
...
@@ -11,15 +11,7 @@ _Astronomy and Astrophysics_, 656(A32), pages 1-4, December 2021).
## Brief overview on how to use the Tensor-Core Correlator library:
## Brief overview on how to use the Tensor-Core Correlator library:
Clone the repository (
`git clone https://git.astron.nl/RD/tensor-core-correlator.git`
)
Clone the and build the repository, see below.
Build the library:
```
mkdir build-$(arch)
cd build-$(arch)
cmake ..
make
```
Include
`libtcc/Correlator.h`
, and link with
`libtcc/libtcc.so`
.
Include
`libtcc/Correlator.h`
, and link with
`libtcc/libtcc.so`
.
Create a
`tcc::Correlator`
object with the number of receivers, channels, etc.
Create a
`tcc::Correlator`
object with the number of receivers, channels, etc.
...
@@ -72,6 +64,10 @@ Limitations:
...
@@ -72,6 +64,10 @@ Limitations:
(i.e., 32, 16, or 8 for 4-bit, 8-bit, or 16-bit input, respectively).
(i.e., 32, 16, or 8 for 4-bit, 8-bit, or 16-bit input, respectively).
## Building, testing, and installation
## Building, testing, and installation
Clone the repository:
```
bash
git clone https://git.astron.nl/RD/tensor-core-correlator.git
```
To build and install the project, run:
To build and install the project, run:
```
bash
```
bash
...
@@ -94,9 +90,11 @@ make -C build
...
@@ -94,9 +90,11 @@ make -C build
make
-C
build
test
make
-C
build
test
```
```
The tests require a GPU.
The tests require a GPU.
On the DAS cluster you can request a GPU node and run the tests with the command:
On the DAS
-6/ASTRON
cluster you can request a GPU node and run the tests with the command:
```
bash
```
bash
srun
-N
1
-C
gpunode
--gres
=
gpu:1 make
-C
build
test
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.
Contact John Romein (romein@astron.nl) to report 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