Yingqi Cao

Results 6 comments of Yingqi Cao

If CUTLASS has simt conv kernel for SM75, can we somehow add this option for AITemplate by some change in the kernel selection code?

After tweak it to `skip_simt_kernels=False`, there is still StopIteration exception when using conv2d, conv2dBias, and conv2dBiasReLU for `float32`. Seems like there are other parts filtering it out?

Is there an update on this problem? I'm facing a similar problem and the line to be commented off above is an parenthesis. So in the function `_is_compatible_with_broadcasting` we just...

I'm having exactly the same key error problem from the line `emitted_instance = f_emit_instance(op_instance[value])` when running the benchmark_ait.py from the 01_resnet-50 example. It appears in both the container or build...

It seems like I identified the problem. First, in `resnet.py` I changed `nn.Conv2dBiasReluFewChannels` to `nn.Conv2dBiasRelu`. This solves the "key error" problem, but is causing this error: ``` [18:32:46] model_interface.cu:122: Error:...