[CUTLASS SUPPORT] Does TVM support cutlass with v100 GPU(sm=70)?

As is shown in (https://github.com/apache/tvm/blob/main/python/tvm/contrib/cutlass/gen_tensor_op.py#L288), the CUTLASS embedded in TVM only supports GPUs with sm=75 or higher.

I wonder whether there is an approach to make it support v100 GPU with sm=70.

The limitation is how cutlass supports v100 GPU. U could change the compilation config.

It is not supported, but shouldn’t be hard to do so.