Skip to content

Commit

Permalink
Removed old TODO tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
gboisse committed Jan 23, 2018
1 parent 697cf18 commit e72b332
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RadeonRays/src/intersector/intersector_lds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ namespace RadeonRays
}
else
{
// TODO: implement vulkan kernels (gboisse)
assert(device->GetPlatform() == Calc::Platform::kVulkan);
m_gpuData->bvh_prog.executable = m_device->CompileExecutable("../RadeonRays/src/kernels/GLSL/bvh2.comp", nullptr, 0, buildopts.c_str());
m_gpuData->qbvh_prog.executable = m_device->CompileExecutable("../RadeonRays/src/kernels/GLSL/bvh2_fp16.comp", nullptr, 0, buildopts.c_str());
Expand All @@ -129,7 +128,6 @@ namespace RadeonRays
#if USE_VULKAN
if (device->GetPlatform() == Calc::Platform::kVulkan)
{
// TODO: implement vulkan kernels (gboisse)
if (m_gpuData->bvh_prog.executable == nullptr)
m_gpuData->bvh_prog.executable = m_device->CompileExecutable(g_bvh2_vulkan, std::strlen(g_bvh2_vulkan), buildopts.c_str());
if (m_gpuData->qbvh_prog.executable == nullptr)
Expand Down

0 comments on commit e72b332

Please sign in to comment.