Skip to content

Commit 7aa77eb

Browse files
fix nvtx variable names
1 parent 66a97fa commit 7aa77eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Simulator/Utils/RNG/AsyncPhilox_d.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ void AsyncPhilox_d::loadAsyncPhilox(int samplesPerSegment, unsigned long seed)
8181
totalSegments_ = 10;
8282

8383
#ifdef ENABLE_NVTX
84-
nvtxMarker = 10000 / totalSegments; // make a marker every nvtxMarker buffer fills;
85-
nvtxCurrentMarker = nvtxMarker; // count down to color flip
84+
nvtxMarker_ = 10000 / totalSegments; // make a marker every nvtxMarker buffer fills;
85+
nvtxCurrentMarker_ = nvtxMarker_; // count down to color flip
8686
#endif
8787
bufferSize_ = segmentSize_ * totalSegments_;
8888
numBlocks_ = 64; //placeholder num of blocks

0 commit comments

Comments
 (0)