From 225efec79627b49653242ad205f75002a84c92ca Mon Sep 17 00:00:00 2001 From: Arhik Date: Sun, 22 Oct 2023 13:38:40 +0530 Subject: [PATCH] commenting common.jl to avoid cloning issues Purely empty file might cause cloning issues on windows platform. --- src/ops/common.jl | 2 ++ src/ops/common.jl | 0 2 files changed, 2 insertions(+) create mode 100644 src/ops/common.jl delete mode 100644 src/ops/common.jl diff --git a/src/ops/common.jl b/src/ops/common.jl new file mode 100644 index 0000000..f8d4965 --- /dev/null +++ b/src/ops/common.jl @@ -0,0 +1,2 @@ +# This should be common place for basic functions which can be fused for example. + diff --git a/src/ops/common.jl b/src/ops/common.jl deleted file mode 100644 index e69de29..0000000