Skip to content

Commit

Permalink
remove unused header files
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomx32 committed Jan 9, 2025
1 parent f7e4f9a commit 1976b1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/backends/cuda/cuda_device.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include <cstring>
#include <fstream>
#include <future>
#include <thread>
#include <cstdlib>

#include <nvtx3/nvToolsExtCuda.h>
Expand Down Expand Up @@ -42,7 +40,6 @@
#include "cuda_builtin_embedded.h"

#include "extensions/cuda_dstorage.h"
#include "extensions/cuda_denoiser.h"
#include "extensions/cuda_pinned_memory.h"

#ifdef LUISA_COMPUTE_ENABLE_NVTT
Expand Down
1 change: 0 additions & 1 deletion src/backends/cuda/cuda_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <luisa/runtime/rhi/device_interface.h>
#include "../common/default_binary_io.h"
#include "cuda_error.h"
#include "cuda_texture.h"
#include "cuda_stream.h"
#include "cuda_compiler.h"
#include "optix_api.h"
Expand Down

0 comments on commit 1976b1a

Please sign in to comment.