[VERSION] Bumped to 1.1 (#313)

This commit is contained in:
Philippe Tillet
2021-09-28 00:25:42 -07:00
committed by GitHub
parent bfcfad7abe
commit 44442db96e
2 changed files with 11 additions and 1 deletions

View File

@@ -18,6 +18,16 @@ The foundations of this project are described in the following MAPL2019 publicat
The [official documentation](https://triton-lang.org) contains installation instructions and tutorials. The [official documentation](https://triton-lang.org) contains installation instructions and tutorials.
# Changelog
Version 1.1 is out! New features include:
- Many, many bugfixes
- More documentation
- Automatic on-disk caching of compiled binary objects
- Random Number Generation
- Faster (up to 2x on A100), cleaner blocksparse ops
- Fixed the semantics of comparison with NaN to match that of Python
# Contributing # Contributing
Community contributions are more than welcome, whether it be to fix bugs or to add new features. Feel free to open GitHub issues about your contribution ideas, and we will review them. A contributor's guide containing general guidelines is coming soon! Community contributions are more than welcome, whether it be to fix bugs or to add new features. Feel free to open GitHub issues about your contribution ideas, and we will review them. A contributor's guide containing general guidelines is coming soon!

View File

@@ -121,7 +121,7 @@ class CMakeBuild(build_ext):
setup( setup(
name="triton", name="triton",
version="1.0.1", version="1.1.0",
author="Philippe Tillet", author="Philippe Tillet",
author_email="phil@openai.com", author_email="phil@openai.com",
description="A language and compiler for custom Deep Learning operations", description="A language and compiler for custom Deep Learning operations",