We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom_calls will have the following syntax:
custom_call
%0 = catalyst.custom_call fn("lapack_dgesdd") (%arg0, %arg1) {number_original_arg = array<i32: 1>} : (memref<3x3xf64>, memref<3x3xf64>) -> memref<3x3xf64>
This number_original_arg has no reason to be an integer array. It can be just an integer.
(env) ubuntu@touched-stingray:~/code/catalyst$ git grep getNumberOriginal mlir/lib/Catalyst/Transforms/catalyst_to_llvm.cpp: int32_t numberArg = op.getNumberOriginalArgAttr()[0];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
custom_call
s will have the following syntax:This number_original_arg has no reason to be an integer array. It can be just an integer.
The text was updated successfully, but these errors were encountered: