Skip to content

Commit 505dbca

Browse files
authored
Fix initialization order of stream/profiling (#893)
1 parent 4a83974 commit 505dbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/matx/executors/cuda.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ namespace matx
177177
}
178178

179179
private:
180-
bool profiling_;
181180
cudaStream_t stream_;
181+
bool profiling_;
182182
cudaEvent_t start_;
183183
cudaEvent_t stop_;
184184
};

0 commit comments

Comments
 (0)