Skip to content

Commit

Permalink
Added cupy Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Trye1243 committed Apr 17, 2024
1 parent 279da04 commit e259953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Testing/cupyTesting.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit e259953

Please sign in to comment.