8000 Tags · scott-snyder/llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: scott-snyder/llvm

Tags

20200522

Toggle 20200522's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][CI] Fix Sphinx rendering (intel#1736)

20200521

Toggle 20200521's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Enable PI unit testing on multiple plugins. (intel#1694)

This PR re-enables all disabled PI API unit tests.

Backend-agnostic unit tests have been refactored using [value-parameterized tests](https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#value-parameterized-tests), allowing the same set of unit tests to be ran on a set of PI plugins.

Signed-off-by: Stuart Adams <stuart.adams@codeplay.com>

20200520

Toggle 20200520's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][Doc] Fix tbb target path in Get Started Guide. (intel#1695)

The previous guide suggests linking tbb to `/opt/intel/oclcpuexp/` which is not in the `LD_PATH`

Co-authored-by: vladimirlaz <vladimir.lazarev@intel.com>

20200519

Toggle 20200519's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][Doc] Fix tbb target path in Get Started Guide. (intel#1695)

The previous guide suggests linking tbb to `/opt/intel/oclcpuexp/` which is not in the `LD_PATH`

Co-authored-by: vladimirlaz <vladimir.lazarev@intel.com>

20200517

Toggle 20200517's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Fix host-to-host copy during copyback (intel#1692)

Copyback is performed unconditionally during buffer destruction, so
it's possible for it to perform a copy from and to the same host
pointer. This patch adds a check for this scenario so that we don't rely
on undefined behaviour of std::memcpy.

Signed-off-by: Sergey Semenov <sergey.semenov@intel.com>

20200516

Toggle 20200516's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL][ABI] Subgroup Extension update (intel#1600)

Implements the change as per the spec update at
https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/SubGroup/SYCL_INTEL_sub_group.asciidoc
and update from : intel#1565

ABI update: Functions corresponding to the deleted APIs have been
deleted.
Edit info.cpp test to expect max sub-group size based on the spec update.
Changed pi.h document and changed the plugin to always return a 32 bit
value.

Signed-off-by: Garima Gupta <garima.gupta@intel.com>

20200515

Toggle 20200515's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Added support of rounding modes for floating and integer types (

…intel#1576)

Signed-off-by: Aleksander Fadeev <aleksander.fadeev@intel.com>
A788

20200514

Toggle 20200514's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Fix bug in device info and LIT (intel#1650)

Fix bug in device info code that dropped the last info::device::
partition_properties value.

Adapt LIT test querying platform and device info to work with
non-standard info values, e.g., due to extensions or not completely
OpenCL compliant OpenCL drivers.

Signed-off-by: Bjoern Knafla <bjoern@codeplay.com>

20200513

Toggle 20200513's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Buildbot][NFC] Simplify configure.py script (intel#1666)

Remove error code handling as script doesn't return any errors.
Use "if-else" python idiom to make the script more readable.

Signed-off-by: Alexey Bader <alexey.bader@intel.com>

20200512

Toggle 20200512's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SYCL] Bump library version (intel#1669)

Signed-off-by: Vlad Romanov <vlad.romanov@intel.com>
0