summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-07 05:27:05 +0100
committerGitHub <noreply@github.com>2026-03-07 05:27:05 +0100
commit7c7671047a8f43166922491d942067a4ae0f53f6 (patch)
tree528813829a5b14c3b1ec74935801fdf5dd625ecd /src
parent7cfd0aa54b9ed579887de0e3baf0eb9189087982 (diff)
parent4b1fa0627812e854c8bba2200dd2d8d439e80bbb (diff)
Merge pull request #62 from ne-foss-org/nectar-gpu-example-update
[CHORE] Update example.nc
Diffstat (limited to 'src')
-rw-r--r--src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp3
-rw-r--r--src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp
index adc5d55..1dbf5ba 100644
--- a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp
+++ b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp
@@ -440,9 +440,6 @@ CompilerKit::SyntaxLeafList::SyntaxLeaf CompilerFrontendNectarAMD64::Compile(
break;
accept_func: {
- if (kFunctionEmbedLevel > 0)
- CompilerKit::Detail::print_error("Clojures are a work in progress feature.", file);
-
CompilerKit::STLString symbol_name_fn = text;
size_t indexFnName = 0;
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp b/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp
index 69c2089..b6961c2 100644
--- a/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp
+++ b/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp
@@ -455,9 +455,6 @@ CompilerKit::SyntaxLeafList::SyntaxLeaf CompilerFrontendNectarPTX::Compile(
break;
accept_func: {
- if (kFunctionEmbedLevel > 0)
- CompilerKit::Detail::print_error("Clojures are a work in progress feature.", file);
-
CompilerKit::STLString symbol_name_fn = text;
size_t indexFnName = 0;