[PATCH] D60168: [test-suite,CUDA] Add #include <stdio.h> to test_round.cu to fix a build error.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 10:35:40 PDT 2019


tra accepted this revision.
tra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: External/CUDA/test_round.cu:9
 
 #include <iostream>
 #include <cassert>
----------------
I think you can remove iostream -- the file does not seem to use anything from it. 


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60168/new/

https://reviews.llvm.org/D60168





More information about the llvm-commits mailing list