Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL] Refactor OpenCL kernel generation #227

Merged
merged 7 commits into from
Jun 20, 2019

Commits on Jun 19, 2019

  1. [SYCL] Unify kernel wrapper generation for sampler and accessor

    Signed-off-by: Mariya Podchishchaeva <[email protected]>
    Fznamznon committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    405174c View commit details
    Browse the repository at this point in the history
  2. [SYCL] Refactor ThreeTransform in SemaSYCL.cpp

    We use this ThreeTransform to change only one object to another. No need to
    use DenseMap here, std::pair is enough.
    
    Signed-off-by: Mariya Podchishchaeva <[email protected]>
    Fznamznon committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    969129f View commit details
    Browse the repository at this point in the history
  3. [SYCL] Comment kernel wrapper generation code

    Signed-off-by: Mariya Podchishchaeva <[email protected]>
    Fznamznon committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    ce9fe95 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Minor changes

    Signed-off-by: Mariya Podchishchaeva <[email protected]>
    Fznamznon committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    a5944b4 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Rename SYCLKernel and "kernel wrapper" with OpenCLKernel

    Signed-off-by: Mariya Podchishchaeva <[email protected]>
    Fznamznon committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    2d7c6b7 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Apply clang-format

    Signed-off-by: Mariya Podchishchaeva <[email protected]>
    Fznamznon committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    a6328b2 View commit details
    Browse the repository at this point in the history
  7. [SYCL] Fix typos in comments

    Signed-off-by: Mariya Podchishchaeva <[email protected]>
    Fznamznon committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    21f0aaa View commit details
    Browse the repository at this point in the history