Skip to content

Commit c76f6bd

Browse files
committed
CUDA patched execution
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent b9851ba commit c76f6bd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

vortex-cuda/src/kernel/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ use vortex::utils::aliases::dash_map::DashMap;
2424
mod arrays;
2525
mod encodings;
2626
mod filter;
27+
mod patched;
2728
mod patches;
2829
mod slice;
2930

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
// SPDX-FileCopyrightText: Copyright the Vortex contributors

0 commit comments

Comments
 (0)