Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: intel/opencl-clang

Tags

v14.0.6

Toggle v14.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry-pick LLVM 15 patch to fix fpext/fptrunc bf16 crash (#608)

Fix crash compiling following kernel:
float __attribute__((overloadable)) __spirv_ocl_hypot(float x, float y)
{
  return __builtin_astype(0x7FFFFFFF, float);
}
__bf16 __attribute__((overloadable)) __spirv_ocl_hypot(__bf16 x, __bf16
y) {
  return __spirv_ocl_hypot((float)x, (float)y);
}

v16.0.7

Toggle v16.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Clang patch adding TargetExtTy support for representing OpenCL/SP…

…IR-V types (#607)

The patch helps us avoid workarounds on LLVM 16 with opaque pointers
enabled. The changes in the patch are part of LLVM 17+.

v21.1.1

Toggle v21.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add clang patch to enable BFloat16 for SPIR/SPIR-V (#592)

v20.1.1

Toggle v20.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add clang patch to enable BFloat16 for SPIR/SPIR-V (#591)

v19.1.1

Toggle v19.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CMake] Preserve non-PATCH brackets in title using git am --keep-non-…

…patch (#596)

(cherry picked from commit c274f33)

v18.1.2

Toggle v18.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CMake] Preserve non-PATCH brackets in title using git am --keep-non-…

…patch (#597)

(cherry picked from commit c274f33)

v17.0.2

Toggle v17.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CMake] Preserve non-PATCH brackets in title using git am --keep-non-…

…patch (#598)

(cherry picked from commit c274f33)

v16.0.6

Toggle v16.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CMake] Preserve non-PATCH brackets in title using git am --keep-non-…

…patch (#599)

(cherry picked from commit c274f33)

v15.0.5

Toggle v15.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CMake] Preserve non-PATCH brackets in title using git am --keep-non-…

…patch (#600)

(cherry picked from commit c274f33)

v14.0.5

Toggle v14.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CMake] Preserve non-PATCH brackets in title using git am --keep-non-…

…patch (#601)

(cherry picked from commit c274f33)