Skip to content

Commit 500a338

Browse files
committed
Fix typo
1 parent bdc4916 commit 500a338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skt_v0.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TestHipKernelFmaAsyncCopy {
2727
void Test(uint32_t deviceID) {
2828
hipSetDevice(deviceID);
2929

30-
cudaStream_t stream;
30+
hipStream_t stream;
3131
hipStreamCreate(&stream);
3232

3333
size_t size = mTotalThreads;

0 commit comments

Comments
 (0)