a small python library for 1D and 2D arrays with GPU support
- CUDA
- GCC Compiler
- NVCC Compiler NVIDIA TOOLKIT
git clone "git@github.com:0xhilSa/pynum.git" ~/pynum
cd pynum && rm -rf .git*
bash install.sh -y
- Implement the
__setitem__
method - Develop the
astype
method - To solve (core dumped) issue while adding 2 vectors of dtype complex128
- Add arithmetic and logical operations for the
Vector
class - Ensure compatibility with Windows OS
- Introduction to Matrix dtype
- Implement an LLVM-based accelerator for CPU execution
Important
Arithmetic ops on vectors can only be performed if they have the same data type
- (short - short) βοΈ
- (short - int) β