-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update compute to fix embree msvcrt conflicts
- Loading branch information
1 parent
0b5544a
commit 76324cc
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule compute
updated
19 files
+31 −15 | include/luisa/core/fiber.h | |
+13 −0 | include/luisa/core/intrin.h | |
+28 −0 | include/luisa/vstl/hash_map.h | |
+52 −85 | src/backends/common/CMakeLists.txt | |
+2 −4 | src/backends/common/oidn_denoiser.cpp | |
+7 −7 | src/backends/cuda/cuda_accel.cpp | |
+6 −6 | src/backends/cuda/cuda_primitive.cpp | |
+2 −2 | src/backends/cuda/extensions/cuda_denoiser.h | |
+5 −0 | src/backends/metal/CMakeLists.txt | |
+158 −0 | src/backends/metal/metal_denoiser.cpp | |
+23 −0 | src/backends/metal/metal_denoiser.h | |
+8 −0 | src/backends/metal/metal_device.cpp | |
+5 −1 | src/backends/metal/metal_device.h | |
+1 −1 | src/ext/EASTL | |
+1 −1 | src/ext/imgui | |
+1 −1 | src/ext/magic_enum | |
+1 −1 | src/ext/stb/stb | |
+14 −11 | src/rust/Cargo.lock | |
+1 −1 | src/rust/luisa_compute_backend_impl/Cargo.toml |
Submodule assimp
updated
53 files