Skip to content

Commit e72b332

Browse files
committed
Removed old TODO tasks
1 parent 697cf18 commit e72b332

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RadeonRays/src/intersector/intersector_lds.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ namespace RadeonRays
113113
}
114114
else
115115
{
116-
// TODO: implement vulkan kernels (gboisse)
117116
assert(device->GetPlatform() == Calc::Platform::kVulkan);
118117
m_gpuData->bvh_prog.executable = m_device->CompileExecutable("../RadeonRays/src/kernels/GLSL/bvh2.comp", nullptr, 0, buildopts.c_str());
119118
m_gpuData->qbvh_prog.executable = m_device->CompileExecutable("../RadeonRays/src/kernels/GLSL/bvh2_fp16.comp", nullptr, 0, buildopts.c_str());
@@ -129,7 +128,6 @@ namespace RadeonRays
129128
#if USE_VULKAN
130129
if (device->GetPlatform() == Calc::Platform::kVulkan)
131130
{
132-
// TODO: implement vulkan kernels (gboisse)
133131
if (m_gpuData->bvh_prog.executable == nullptr)
134132
m_gpuData->bvh_prog.executable = m_device->CompileExecutable(g_bvh2_vulkan, std::strlen(g_bvh2_vulkan), buildopts.c_str());
135133
if (m_gpuData->qbvh_prog.executable == nullptr)

0 commit comments

Comments
 (0)