From 4a5fb03f926f2647cece828f1cb57c95b62f1eac Mon Sep 17 00:00:00 2001 From: Ingo Wald Date: Thu, 2 Apr 2026 14:30:54 -0600 Subject: [PATCH] re-enabled cpu builder --- cuBQL/bvh.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cuBQL/bvh.h b/cuBQL/bvh.h index 1ab1941..86535bc 100644 --- a/cuBQL/bvh.h +++ b/cuBQL/bvh.h @@ -157,9 +157,7 @@ namespace cuBQL { # include "cuBQL/builder/cuda.h" #endif -#if XXX # include "cuBQL/builder/cpu.h" -#endif