We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e8556 commit 41292e5Copy full SHA for 41292e5
backends/vulkan/runtime/vk_api/Runtime.cpp
@@ -14,12 +14,6 @@
14
#include <iostream>
15
#include <sstream>
16
17
-#ifdef USE_VOLK_HEADER_ONLY
18
-// For volk.h, define this before including volk.h in exactly one CPP file.
19
-#define VOLK_IMPLEMENTATION
20
-#include <volk.h>
21
-#endif /* USE_VOLK_HEADER_ONLY */
22
-
23
namespace vkcompute {
24
namespace vkapi {
25
backends/vulkan/targets.bzl
@@ -192,6 +192,7 @@ def define_common_targets(is_fbcode = False):
192
else:
193
for deps in [default_deps, android_deps]:
194
deps.append("fbsource//third-party/volk:volk-header")
195
+ deps.append("fbsource//third-party/volk:volk-implementation")
196
197
if is_fbcode:
198
VK_API_DEPS += [
0 commit comments