This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by bixia on Apr 2 2019, 5:51 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

bixia created this revision.Apr 2 2019, 5:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2019, 5:51 PM
bixia added a reviewer: tra.Apr 2 2019, 5:51 PM
tra accepted this revision.Apr 3 2019, 10:30 AM
tra added inline comments.
External/CUDA/test_round.cu
9 ↗(On Diff #193406)

I think you can remove iostream -- the file does not seem to use anything from it.

This revision is now accepted and ready to land.Apr 3 2019, 10:30 AM
bixia updated this revision to Diff 193556.Apr 3 2019, 11:48 AM

Remove iostream.

This revision was automatically updated to reflect the committed changes.