https://github.com/maxenceleguery/jat
Tensor library
https://github.com/maxenceleguery/jat
computation cuda tensor
Last synced: about 2 months ago
JSON representation
Tensor library
- Host: GitHub
- URL: https://github.com/maxenceleguery/jat
- Owner: maxenceleguery
- License: mit
- Created: 2025-03-09T18:28:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T18:33:23.000Z (over 1 year ago)
- Last Synced: 2025-06-30T13:53:37.048Z (12 months ago)
- Topics: computation, cuda, tensor
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jat (Just A Tensor)
This project is a C++ library that utilizes CUDA for GPU computations for tensor computation.
## Requirements
- CMake (version 3.10 or higher)
- A CUDA-capable GPU
- CUDA Toolkit (version 10.0 or higher)
- A compatible C++ compiler (e.g., g++, clang++)
## Building the Project
1. Clone the repository:
```
git clone
cd jat
```
2. Create a build directory:
```
mkdir build
cd build
```
3. Configure the project using CMake:
```
cmake ..
```
4. Build the project:
```
make
```
5. Run tests:
```
ctest
```
## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
## License
This project is licensed under the MIT License. See the LICENSE file for more details.