Skip to content

Commit

Permalink
fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MingMingShangTian committed May 11, 2021
1 parent ac72134 commit e83b17b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_cuda_stream_wait_event_and_record_event(self):
e1 = cuda.Event(False, False, False)
s1.record_event(e1)

s2 = cuda.Stream(1)
s2 = cuda.Stream(0)
s2.wait_event(e1)
s2.synchronize()

Expand Down

0 comments on commit e83b17b

Please sign in to comment.