[ROCM] MIOpen contrib for convolution kernels (#722)
* fist working miopen support * do FindFwdAlgo during build time * fix lint * update doc string * import topi after checking if rocm is enabled * add miopen namespace * fixed descriptor overwrite bug * add use_miopen option * fix lint * better miopen option handling * fix typo * fix options handling
Showing
make/contrib/miopen.mk
0 → 100644
python/tvm/contrib/miopen.py
0 → 100644
src/contrib/miopen/conv_forward.cc
0 → 100644
This diff is collapsed.
Click to expand it.
src/contrib/miopen/miopen_utils.cc
0 → 100644
src/contrib/miopen/miopen_utils.h
0 → 100644
tests/python/contrib/test_miopen.py
0 → 100644
Please
register
or
sign in
to comment