Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
add tag v0.3.3 (#624)
Browse files Browse the repository at this point in the history
* add tag v0.3.3

* Update CHANGELOG.md
  • Loading branch information
taozha2 committed Jun 29, 2023
1 parent 5382190 commit a4a9c56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
[README](/README.md) > **Changelog**
# Changelog

## [v0.3.3](https://github.com/intel/xetla/releases/tag/v0.3.3) (2023-06-30)
- New Features
* Enabled debug build support.
* Updated documents, added some diagrams and details.
* Fixed some customer reported issues.
* Improved the project's quality.

- Known Issues
- Refer to [Limitations](/media/docs/limitations.md).

## [v0.3.2](https://github.com/intel/xetla/releases/tag/v0.3.2) (2023-06-16)
- New Features
* Added some kernel-level APIs' parameters check functions, users need to explicit call them before launch the kernel; will return fail and print error messages when detect unsupported scenarios, continue launching the kernel for unspported scenarios may lead to unpredictable result.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intel® Xe Templates for Linear Algebra

_Intel® XeTLA [v0.3.2](/CHANGELOG.md) - June 2023_
_Intel® XeTLA [v0.3.3](/CHANGELOG.md) - June 2023_

Intel® Xe Templates for Linear Algebra (Intel® XeTLA) is a collection of SYCL/ESIMD templates that enable high-performance General Matrix Multiply (GEMM), Convolution (CONV), and related computations on Intel Xe GPU architecture. Intel® XeTLA offers reusable C++ templates for kernel, work-group and sub-group levels, allowing developers to optimize and specialize kernels based on data types, tiling policies, algorithms, fusion policies, and more.

Expand Down

0 comments on commit a4a9c56

Please sign in to comment.