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 cff647b commit df296d7Copy full SHA for df296d7
DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/crr/src/main.cpp
@@ -733,7 +733,9 @@ int main(int argc, char *argv[]) {
733
734
try {
735
736
-#if FPGA_HARDWARE
+#if FPGA_SIMULATOR
737
+ auto selector = sycl::ext::intel::fpga_simulator_selector_v;
738
+#elif FPGA_HARDWARE
739
auto selector = sycl::ext::intel::fpga_selector_v;
740
#else // #if FPGA_EMULATOR
741
auto selector = sycl::ext::intel::fpga_emulator_selector_v;
0 commit comments