diff options
author | Andrzej Janik <[email protected]> | 2020-11-23 20:00:16 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-11-23 20:01:10 +0100 |
commit | eb7c9aeeee4cf20a4d81a319f4ebf9329efb819f (patch) | |
tree | af96435ca89cb36ffd414be99acdd1f91c701787 /zluda/src/cuda_impl/mod.rs | |
parent | 0415f873ae15aceda87758f9fcce5d38aa68ca75 (diff) | |
download | ZLUDA-eb7c9aeeee4cf20a4d81a319f4ebf9329efb819f.tar.gz ZLUDA-eb7c9aeeee4cf20a4d81a319f4ebf9329efb819f.zip |
Rename everything
Diffstat (limited to 'zluda/src/cuda_impl/mod.rs')
-rw-r--r-- | zluda/src/cuda_impl/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zluda/src/cuda_impl/mod.rs b/zluda/src/cuda_impl/mod.rs new file mode 100644 index 0000000..63b9049 --- /dev/null +++ b/zluda/src/cuda_impl/mod.rs @@ -0,0 +1 @@ +pub mod rt;
\ No newline at end of file |