We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25730a commit 7b2dd6cCopy full SHA for 7b2dd6c
1 file changed
clang/test/dpct/cudaGraph_test.cu
@@ -182,11 +182,6 @@ int main() {
182
if (updateResult.result == cudaGraphExecUpdateErrorTopologyChanged) {
183
}
184
185
- // CHECK: if (updateResult != nullptr) {
186
- // CHECK-NEXT: }
187
- if (updateResult.errorFromNode != nullptr) {
188
- }
189
-
190
// CHECK: sycl::ext::oneapi::experimental::node_type nodeType;
191
// CHECK-NEXT: dpct::experimental::get_node_type(node, &nodeType);
192
// CHECK-NEXT: CUDA_CHECK_THROW(DPCT_CHECK_ERROR(dpct::experimental::get_node_type(node, &nodeType)));
0 commit comments