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

[CINN][Backend Pass Update No.6] Update longlong2int pass #70462

Merged
merged 9 commits into from
Dec 30, 2024
2 changes: 1 addition & 1 deletion paddle/cinn/optim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gather_srcs(
eliminate_common_global_memory_read.cc
rearrange_load_instruction.cc
check_tensor_buffer_map.cc
longlong2int.cc
longlong2int_pass.cc
vectorize_for_trans.cc)

if(WITH_CUDA OR WITH_ROCM)
Expand Down
191 changes: 0 additions & 191 deletions paddle/cinn/optim/longlong2int.cc

This file was deleted.

90 changes: 0 additions & 90 deletions paddle/cinn/optim/longlong2int.h

This file was deleted.

Loading
Loading