diff options
Diffstat (limited to 'src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp')
| -rw-r--r-- | src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp b/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp index a1a62b8..69c2089 100644 --- a/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp +++ b/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp @@ -268,7 +268,7 @@ static bool kCurrentIfCondition{false}; /// detail namespaces const char* CompilerFrontendNectarPTX::Language() { - return "NeKernel Nectar (NVPTX)"; + return "Parallel Nectar (NVPTX)"; } static std::uintptr_t kOrigin = 0; |
