Skip to content

Commit 0d87980

Browse files
committed
[test-suite,CUDA] Add #include <stdio.h> to test_round.cu to fix a build error.
Subscribers: jlebar, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D60168 llvm-svn: 357622
1 parent 9c1d30b commit 0d87980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/CUDA/test_round.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include <iostream>
109
#include <cassert>
10+
#include <stdio.h>
1111

1212
// Test the implementation of llvm intrinsic round. In particular, when the
1313
// source is equidistant between two integers, it rounds away from zero.

0 commit comments

Comments
 (0)