Skip to content
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

Lw trt #5

Merged
merged 6 commits into from
Aug 5, 2024
Merged

Lw trt #5

merged 6 commits into from
Aug 5, 2024

Conversation

Layssy
Copy link
Collaborator

@Layssy Layssy commented Aug 3, 2024

PR types

PR changes

Description

@Layssy Layssy requested a review from lizexu123 August 3, 2024 07:22
auto x_dtype = pir::GetDataTypeFromValue(x);
auto y_dtype = pir::GetDataTypeFromValue(y);
if(x_dtype.isa<pir::BoolType>() || y_dtype.isa<pir::BoolType>()){
VLOG(3)<< "ElementWiseOperation::kLESS/ElementWiseOperation::kGREATER "
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VLOG日志改一下,就改成Greate_equal op do not support bool datatype

@lizexu123 lizexu123 merged commit 7b6a54d into lizexu123:add_trt Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants