You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we I use HIP_VISIBLE_DEVICES=0 python3 benchmark_ait.py, I meet errors like this:
.../aitemplate/compiler/ops/conv/conv2d.py", line 427, in gen_profiler
func(self._attrs, dtype=self._attrs["inputs"][0]._attrs["dtype"])
TypeError: conv2d_config() got an unexpected keyword argument 'dtype'
The text was updated successfully, but these errors were encountered:
Hi, we I use HIP_VISIBLE_DEVICES=0 python3 benchmark_ait.py, I meet errors like this:
.../aitemplate/compiler/ops/conv/conv2d.py", line 427, in gen_profiler
func(self._attrs, dtype=self._attrs["inputs"][0]._attrs["dtype"])
TypeError: conv2d_config() got an unexpected keyword argument 'dtype'
The text was updated successfully, but these errors were encountered: