Skip to content

Commit df69ddd

Browse files
author
Zachary DeBruine
committed
fix(gpu): correct stale include path in sp_gpu_bridge.cu
Change #include <RcppML/core/logging.hpp> to <FactorNet/core/logging.hpp> to match the current header-only library namespace. Fixes #74
1 parent 0f2eb2e commit df69ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sp_gpu_bridge.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <cstdlib>
1616
#include <cstring>
1717
#include <vector>
18-
#include <RcppML/core/logging.hpp>
18+
#include <FactorNet/core/logging.hpp>
1919

2020
// v2 adapter: CPU decode + GPU upload
2121
#include "streampress/gpu/spgpu_v2_adapter.cuh"

0 commit comments

Comments
 (0)