jiazhihao / TASO

The Tensor Algebra SuperOptimizer for Deep Learning
Apache License 2.0
687 stars 90 forks source link

CUDNN failure: CUDNN_STATUS_BAD_PARAM #11

Closed OuHangKresnik closed 4 years ago

OuHangKresnik commented 4 years ago

Failure in measure_element_cost cudnnOpTensor

Since couldn't get the name of this op, just hard to debug. Hope we can add such information in taso OpBase class or somewhere else suitable

jiazhihao commented 4 years ago

More debug information are added for Element-wise operators as of commit 86e00198. To information more gdb information, you can rebuild the TASO runtime in debug mode using the following steps: rm -rf build; mkdir build; cd build cmake -DCMAKE_BUILD_TYPE=Debug .. sudo make install -j

OuHangKresnik commented 4 years ago

It doesn't showed up, close this issue for now