Closed zzzDavid closed 2 years ago
With hcl.compute and hcl.update unified in the Tensor class implementation, it's time to fix hcl.mutate as well.
hcl.compute
hcl.update
Tensor
hcl.mutate
Relevant test cases:
test_compute_basic.py::test_mutate_basic
test_compute_basic.py::test_mutate_complex
Fixed in 649e25c5e89054121dec2ddf4f1daaedfaf9ddb2.
With
hcl.compute
andhcl.update
unified in theTensor
class implementation, it's time to fixhcl.mutate
as well.Relevant test cases:
test_compute_basic.py::test_mutate_basic
test_compute_basic.py::test_mutate_complex