-
Notifications
You must be signed in to change notification settings - Fork 19
Add AttentionOp #708
New issue
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
base: main
Are you sure you want to change the base?
Add AttentionOp #708
Conversation
| dnf install -y \ | ||
| which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \ | ||
| sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel \ | ||
| openssh-clients libcudnn8-devel zip jq \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cudnn8 conflicts with cudnn9 in the base container.
| //===----------------------------------------------------------------------===// | ||
|
|
||
| bool tensorrt::AttentionOp::isValidForTensorRTVersion( | ||
| int64_t trtMajorVersion) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also check the minor version here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christopherbate Could you advise if there's a convenient way to do this? Thanks!
mlir-tensorrt/tensorrt/include/mlir-tensorrt-dialect/TensorRT/IR/TensorRTEnums.td
Show resolved
Hide resolved
225ba18 to
cffa3a2
Compare
cffa3a2 to
dcfc0c7
Compare
No description provided.