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

[GPU] Clean up the operator tests #50311

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 3 additions & 13 deletions aten/src/ATen/native/metal/mpscnn/tests/MPSCNNTests.h
@@ -1,15 +1,9 @@
#ifndef MPSCNNTests_h
#define MPSCNNTests_h

namespace at {
namespace native {
namespace metal {

bool test_aten();
bool test_NC4();
bool test_MPSImage();
bool test_MPSImageCopy();
bool test_MPSTemporaryImageCopy();
bool test_synchronization();
bool test_nchw_to_nc4_cpu();
bool test_copy_nchw_to_metal();
bool test_conv2d();
bool test_depthwiseConv();
bool test_max_pool2d();
Expand All @@ -27,8 +21,4 @@ bool test_adaptive_avg_pool2d();
bool test_hardtanh_();
bool test_reshape();

} // namespace metal
} // namespace native
} // namespace at

#endif