Metadata-Version: 2.1
Name: veda-tensors
Version: 0.1.9
Requires-Python: >=3.7
Summary: VEDA Tensors
Author: Nicolas Weber
Author-email: nicolas.weber@neclab.eu
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Download-URL: https://github.com/sx-aurora/veda-tensors/tags
License: 3 BSD-License
Platform: linux_x86_x64
Requires-Dist: veda (>=2.3.0, <3)
Requires-Dist: tungl (>=0.1.5, <0.2)
Description-Content-Type: text/markdown

# VEDA Tensors Library

VEDA Tensors is a library to provide generic usable high performance kernels
usually used in AI frameworks. VEDA Tensors is still beta and far from being
complete.

[![Github](https://img.shields.io/github/v/tag/sx-aurora/veda-tensors?display_name=tag&sort=semver)](https://github.com/sx-aurora/veda)
[![PyPI](https://img.shields.io/pypi/v/veda-tensors)](https://pypi.org/project/veda-tensors)
[![License](https://img.shields.io/pypi/l/veda-tensors)](https://pypi.org/project/veda-tensors)
![Python Versions](https://img.shields.io/pypi/pyversions/veda-tensors)
![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)
![Maintenance](https://img.shields.io/pypi/dm/veda-tensors)

## Release Notes
<table>
<tr><th>Version</th><th>Comment</th></tr>

<tr><td>v0.1.9</td><td>
<ul>
	<li>Bugfixes unary_tts</li>
	<li>Added arange</li>
</ul>
</td></tr>

<tr><td>v0.1.8</td><td>
<ul>
	<li>Bugfixes cat</li>
</ul>
</td></tr>

<tr><td>v0.1.7</td><td>
<ul>
	<li>Fixed race condition in cat</li>
</ul>
</td></tr>

<tr><td>v0.1.6</td><td>
<ul>
	<li>Added VE3 support</li>
</ul>
</td></tr>

<tr><td>v0.1.5</td><td>
<ul>
	<li>Added unary <code>Not</code></li>
	<li>Bugfixes for NCC >= 5</li>
</ul>
</td></tr>

<tr><td>v0.1.4</td><td>
<ul>
	<li>Upgraded to VEDA 2.0</li>
	<li>Added <code>Log1P</code></li>
</ul>
</td></tr>

<tr><td>v0.1.3</td><td>
<ul>
	<li>Fixed dtype checking in <code>veda_tensors_unary_c</code></li>
</ul>
</td></tr>

<tr><td>v0.1.2</td><td>
<ul>
	<li>Added L0, L1, L2 to <code>veda_tensors_reduce_dim</code></li>
	<li>Added <code>veda_tensors_unary_ts</code></li>
	<li>Added <code>veda_tensors_unary_tss</code></li>
	<li>Added <code>veda_tensors_unary_ttt</code></li>
	<li>Added <code>veda_tensors_where</code></li>
	<li>Added <code>veda_tensors_binary_s</code></li>
	<li>Added <code>veda_tensors_softmax</code></li>
	<li>Added <code>VEDA_TENSORS_UNARY_CLAMP</code></li>
	<li>Added <code>VEDA_TENSORS_UNARY_POW</code></li>
	<li>Improved performance of several functions.</li>
</ul>
</td></tr>

<tr><td>v0.1.1</td><td>
<ul>
	<li>Added AdaDelta, AdaGrad, Adam and AdaMax optimizer functions</li>
</ul>
</td></tr>

<tr><td>v0.1.0</td><td>
Initial Release
</td></tr>

</table>
