diff --git a/Testing/cupyTesting.py b/Testing/cupyTesting.py new file mode 100644 index 0000000..23920ee --- /dev/null +++ b/Testing/cupyTesting.py @@ -0,0 +1,4 @@ +import cupy as np + +a = np.array([[3, 3, 3],[3, 3, 3],[3, 3, 3]]) +a = np.add(a,a)