Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FRONTEND] fix the hard code builder.arch that could block third_part…
…y tests (triton-lang#1859) For CUDA devices, the `builder.arch` is an int. For third_party devices, this line would be a TypeError. For example: ``` TypeError: '<' not supported between instances of 'dict' and 'int' ``` Co-authored-by: Wang Weihan <[email protected]>
- Loading branch information