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
Issue: is that when ptxas is not found in /usr/local/cuda/bin , then the code crashes even if we enable TRITON_PTXAS_PATH environment variable (which would be the usual approach)
Bug in Code: The issue is in code. Code stores a single value of "ret" and it gets updated when it tries running the ptxas from /usr/local/cuda/bin with the error string thus erasing the value of ret which was valid for a previous call.
The text was updated successfully, but these errors were encountered:
Issue: is that when ptxas is not found in /usr/local/cuda/bin , then the code crashes even if we enable TRITON_PTXAS_PATH environment variable (which would be the usual approach)
Bug in Code: The issue is in code. Code stores a single value of "ret" and it gets updated when it tries running the ptxas from /usr/local/cuda/bin with the error string thus erasing the value of ret which was valid for a previous call.
The text was updated successfully, but these errors were encountered: