Skip to content

Commit 471d350

Browse files
committed
Update CUDA conv test after refactoring
1 parent 84afa16 commit 471d350

File tree

3 files changed

+3
-257
lines changed

3 files changed

+3
-257
lines changed

project/run_torch.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

project/run_torch_sentiment.py

Lines changed: 0 additions & 166 deletions
This file was deleted.

tests/test_cuda_conv.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from .tensor_strategies import tensors
77

88
try:
9-
from minitorch.cuda_conv import conv1d, conv2d
10-
from minitorch.cuda_ops import CudaOps
11-
from minitorch.tensor_ops import TensorBackend
9+
from minitorch.backends.cuda_conv import conv1d, conv2d
10+
from minitorch.backends.cuda_ops import CudaOps
11+
from minitorch.tensor.operators import TensorBackend
1212
import numba.cuda
1313

1414
HAS_CUDA = numba.cuda.is_available()

0 commit comments

Comments
 (0)