accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
273 stars 105 forks source link

./ptx_ir.h:1053: int ptx_instruction::get_type2() const: Assertion `m_scalar_type.size() == 2' failed. #302

Closed eecspan closed 3 weeks ago

eecspan commented 2 months ago

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 https://github.com/gpgpu-sim/gpgpu-sim_distribution/issues/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.