-
- Downloads
[TOPI] add extern schedule for cudnn and miopen (#724)
* add extern schedule for miopen * fix comment * optionally dispatch to miopen from topi * fix lint * check if current target is None * use generic dispatch for rocm conv2d * fix lint * fix workspace bug * remove blank line * remove blank line * remove blank line
Showing
- src/contrib/miopen/conv_forward.cc 3 additions, 1 deletionsrc/contrib/miopen/conv_forward.cc
- tests/python/contrib/test_miopen.py 6 additions, 5 deletionstests/python/contrib/test_miopen.py
- topi/python/topi/__init__.py 1 addition, 0 deletionstopi/python/topi/__init__.py
- topi/python/topi/cuda/__init__.py 1 addition, 0 deletionstopi/python/topi/cuda/__init__.py
- topi/python/topi/cuda/extern.py 40 additions, 0 deletionstopi/python/topi/cuda/extern.py
- topi/python/topi/generic/__init__.py 1 addition, 0 deletionstopi/python/topi/generic/__init__.py
- topi/python/topi/generic/extern.py 26 additions, 0 deletionstopi/python/topi/generic/extern.py
- topi/python/topi/rocm/__init__.py 5 additions, 0 deletionstopi/python/topi/rocm/__init__.py
- topi/python/topi/rocm/conv2d.py 77 additions, 0 deletionstopi/python/topi/rocm/conv2d.py
topi/python/topi/cuda/extern.py
0 → 100644
topi/python/topi/generic/extern.py
0 → 100644
topi/python/topi/rocm/__init__.py
0 → 100644
topi/python/topi/rocm/conv2d.py
0 → 100644
Please register or sign in to comment