针对你提到的RuntimeError: "baddbmm_cuda" not implemented for 'int'错误,我们可以从以下几个方面来分析和解决这个问题: 识别错误类型: 这个错误是一个由PyTorch引发的运行时错误,具体涉及到baddbmm_cuda函数的实现问题。 理解错误信息: 错误信息表明baddbmm_cuda函数不支持'int'类型的数据。这通常意味着,尽管PyT...
Edge case: torch.baddbmm supports double x int8 x int8 inputs on CPU but not CUDA Nov 22, 2022 akashdhamasia12 commented Dec 8, 2022 Thanks for reporting the issue. According to the definition: https://pytorch.org/docs/stable/generated/torch.baddbmm.html#torch-baddbmm The operation is...