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 am currently studying your code and came across a potential issue in the interpreter.cu file. It appears that the following two lines of code are repeated, both retrieving the stack size instead of one retrieving the heap size:
It seems like the second call to cudaDeviceGetLimit should be retrieving the heap size instead of the stack size. Could you please confirm if this is a mistake?
The text was updated successfully, but these errors were encountered:
Description
Hello 👋,
I am currently studying your code and came across a potential issue in the
interpreter.cu
file. It appears that the following two lines of code are repeated, both retrieving the stack size instead of one retrieving the heap size:Location:
It seems like the second call to
cudaDeviceGetLimit
should be retrieving the heap size instead of the stack size. Could you please confirm if this is a mistake?The text was updated successfully, but these errors were encountered: