Skip to content
  • FnControlOption's avatar
    4d400e7a
    Fix compilation errors when building on macOS · 4d400e7a
    FnControlOption authored
    - clCreateProgramWithIL() must be compiled before and linked with poclcc and poclu.
      This is done by adding ${POCL_LIBRARY_NAME} to target_link_libraries() in CMake.
    - Fix POCL_FAST_INIT macro; POCL_INIT_LOCK must be invoked with only one argument.
    4d400e7a
    Fix compilation errors when building on macOS
    FnControlOption authored
    - clCreateProgramWithIL() must be compiled before and linked with poclcc and poclu.
      This is done by adding ${POCL_LIBRARY_NAME} to target_link_libraries() in CMake.
    - Fix POCL_FAST_INIT macro; POCL_INIT_LOCK must be invoked with only one argument.
Loading