Updated python tests
This commit is contained in:
parent
d8041d696d
commit
a828bb9f79
3 changed files with 12 additions and 12 deletions
|
|
@ -14,7 +14,7 @@ def test_array_multiplication():
|
|||
tensor_out = kp.Tensor([0, 0, 0])
|
||||
|
||||
# 3. Initialise the Kompute Tensors in the GPU
|
||||
mgr.rebuild_tensors([tensor_in_a, tensor_in_b, tensor_out])
|
||||
mgr.rebuild([tensor_in_a, tensor_in_b, tensor_out])
|
||||
|
||||
# 4. Define the multiplication shader code to run on the GPU
|
||||
@ps.python2shader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue