Update OpenCLVectorAdd.cpp

Cosmetics.
This commit is contained in:
Bartosz Taudul
2022-01-20 13:02:38 +01:00
committed by GitHub
parent e73d21f5da
commit 94bcc6ffcc

View File

@@ -139,7 +139,7 @@ int main()
for (int i = 0; i < 10; ++i)
{
int n_value = static_cast<int>(N);
int n_value = static_cast<int>(N);
ZoneScopedN("VectorAdd Kernel Launch");
TracyCLZoneC(tracyCLCtx, "VectorAdd Kernel", tracy::Color::Blue4);