Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intel/fpga-runtime-for-opencl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 99c78d7
Choose a base ref
...
head repository: intel/fpga-runtime-for-opencl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 401fadd
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 25, 2022

  1. Include cl_ext.h instead of deprecated cl_ext_intel.h

    Note that opencl.h already includes cl_ext.h
    
    This resolves warnings introduced with the OpenCL headers update.
    
    #62
    
    ../include/CL/cl_ext_intel.h:19:105: note: #pragma message: The Intel extensions have been moved into cl_ext.h.  Please include cl_ext.h directly.
     #pragma message("The Intel extensions have been moved into cl_ext.h.  Please include cl_ext.h directly.")
    
    Closes #66
    pcolberg committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    d51623f View commit details
    Browse the repository at this point in the history
  2. Define OpenCL version for fake_bsp tests

    ../../include/CL/cl_version.h:22:104: note: #pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)
     #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
    pcolberg committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    401fadd View commit details
    Browse the repository at this point in the history
Loading