We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8256fec commit 93e2785Copy full SHA for 93e2785
vortex-cuda/src/kernel/mod.rs
@@ -24,6 +24,7 @@ use vortex::utils::aliases::dash_map::DashMap;
24
mod arrays;
25
mod encodings;
26
mod filter;
27
+mod patched;
28
mod patches;
29
mod slice;
30
vortex-cuda/src/kernel/patched/mod.rs
@@ -0,0 +1,2 @@
1
+// SPDX-License-Identifier: Apache-2.0
2
+// SPDX-FileCopyrightText: Copyright the Vortex contributors
0 commit comments