
Hi~when I compile it with nvcc -arch=sm_90a -I ../../../include -lcuda -std=c++17 matmul-pingpong-v1.cu -o test, this error occured.
And I have tried to replace them with func advance&get_current_tile in scheduler.h, then the compile is success but the result is incorrect.
