We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b88a41 commit e0d639cCopy full SHA for e0d639c
triton/test/check_triton.cxx
@@ -72,4 +72,13 @@ int main() {
72
}
73
return 0;
74
75
+
76
+#else
77
78
+#include <iostream>
79
+int main() {
80
+ std::cerr << "This test requires libtorch support. Skipping.\n";
81
+ return 0;
82
+}
83
84
#endif // HAVE_LIBTORCH
triton/test/test_triton_inference.cxx
@@ -162,4 +162,12 @@ int main() {
162
163
164
165
166
167
168
169
170
171
172
173
0 commit comments