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 b69dd25 commit 0066c42Copy full SHA for 0066c42
src/acl_hal_mmd.cpp
@@ -770,11 +770,11 @@ cl_bool l_load_board_libraries(cl_bool load_libraries) {
770
// If the customer_board_vendor_path is defined, runtime should only load the
771
// fcd file there Otherwise, runtime will load the fcd file from the default
772
// directory
773
- if (customer_board_vendor_path) {
+ //if (customer_board_vendor_path) {
774
// append the '/' to the end of the customer_board_vendor_path
775
// and load it to board_vendor_path
776
board_vendor_path = customer_board_vendor_path + std::string("/");
777
- }
+ //}
778
779
ACL_HAL_DEBUG_MSG_VERBOSE(1, "Intel(R) FPGA Board Vendor Path: %s\n",
780
board_vendor_path.c_str());
0 commit comments