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

[PIR] add test_conv3d_transpose_op pt test #61488

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/legacy_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,8 @@ else()
endif()
if((WITH_GPU OR WITH_ROCM) AND (LINUX))
py_test_modules(test_conv3d_transpose_op MODULES test_conv3d_transpose_op
ENVS NVIDIA_TF32_OVERRIDE=0)
set_tests_properties(test_conv3d_transpose_op PROPERTIES TIMEOUT 120)
ENVS NVIDIA_TF32_OVERRIDE=0 FLAGS_cudnn_deterministic=1)
set_tests_properties(test_conv3d_transpose_op PROPERTIES TIMEOUT 180)
else()
py_test_modules(test_conv3d_transpose_op MODULES test_conv3d_transpose_op)
if(WITH_NV_JETSON)
Expand Down
1 change: 1 addition & 0 deletions test/white_list/pir_op_test_white_list
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ test_conv2d_op
test_conv2d_transpose_op
test_conv2d_transpose_op_depthwise_conv
test_conv3d_op
test_conv3d_transpose_op
test_conv3d_transpose_part2_op
test_crop_tensor_op
test_cross_op
Expand Down