Dear Authors,
The code appears to have errors/bugs, which might have been inherited from Flash-LLM. These errors are related to illegal memory access. While they do not terminate the program, they could lead to undefined behavior, which makes the program's results unreliable.
To verify the program, I recommend using compute-sanitizer with the following command:
compute-sanitizer --print-limit=1 ./spmm_test 4096 4096 16 80 7
you can find the error information as:
Comment out the code from Flash-LLM, and then run the verification code again. You will observe the following:
I would appreciate it if you could look into this matter further.
Dear Authors,
The code appears to have errors/bugs, which might have been inherited from Flash-LLM. These errors are related to illegal memory access. While they do not terminate the program, they could lead to undefined behavior, which makes the program's results unreliable.
To verify the program, I recommend using compute-sanitizer with the following command:
you can find the error information as:
Comment out the code from Flash-LLM, and then run the verification code again. You will observe the following:
I would appreciate it if you could look into this matter further.