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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);