An open API service indexing awesome lists of open source software.

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

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.