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
I use the gpgpusim in accel-sim, when i want to run cutlass-bench/examples/05_wmma_gemm with turing architecture, I encountered the issue "Aborted (core dumped). The detailed error messages are: “./ptx_ir.h:1053: int ptx_instruction::get_type2() const: Assertion `m_scalar_type.size() == 2' failed.” and "error: set_wmma_vector_operands".
Before this, I had already resolved some issues, which were mentioned in gpgpu-sim/gpgpu-sim_distribution#296
Is this issue occurring because GPGPU-Sim does not yet support using tensor cores for s8 matrix multiplication and can only perform float16 matrix multiplication? @aamodt@JRPan
Thank you very much. I hope you can provide assistance.
The text was updated successfully, but these errors were encountered:
I use the gpgpusim in accel-sim, when i want to run cutlass-bench/examples/05_wmma_gemm with turing architecture, I encountered the issue "Aborted (core dumped). The detailed error messages are: “./ptx_ir.h:1053: int ptx_instruction::get_type2() const: Assertion `m_scalar_type.size() == 2' failed.” and "error: set_wmma_vector_operands".
Before this, I had already resolved some issues, which were mentioned in gpgpu-sim/gpgpu-sim_distribution#296
Is this issue occurring because GPGPU-Sim does not yet support using tensor cores for s8 matrix multiplication and can only perform float16 matrix multiplication?
@aamodt @JRPan
Thank you very much. I hope you can provide assistance.
The text was updated successfully, but these errors were encountered: