Commit Graph

1304 Commits

Author SHA1 Message Date
Philippe Tillet
ced0f5f944 [GENERAL] Fix compatibility issue with older Torch versions 2020-11-03 16:02:02 -05:00
Philippe Tillet
e2c1ac8d24 [LANG] Added log intrinsic 2020-11-03 15:50:11 -05:00
Philippe Tillet
37ee888d88 [PYTHON] Cleaning C++ bindings 2020-11-02 15:06:08 -05:00
Philippe Tillet
ef122ca9cf [CODEGEN] Fixed bug in 2D reductions 2020-11-02 15:05:41 -05:00
Philippe Tillet
9be1d5afc2 [GENERAL] Various improvements:
* Sparse einsum in triton.ops.einsum
* Hacky support for fixed-tile-size atomic-add
* Various bugfixes in parser
2020-10-25 12:16:40 -07:00
Philippe Tillet
6eddf940d2 [GENERAL] Fixed MacOS compilation issues 2020-10-14 09:26:17 -07:00
Philippe Tillet
db7a72bfe3 [DRIVER] Removed OpenCL support
There is no plan to support OpenCL anytime soon (Vulkan would be preferred). Removing the adequate portion of the driver code
2020-10-13 20:57:32 -07:00
Philippe Tillet
0cbee3ec56 [CODEGEN] More work on the CPU backend 2020-09-14 10:59:40 -04:00
Philippe Tillet
526a3468e0 [Version] Now version 0.2.3 v0.2.3 2020-09-03 14:36:30 -04:00
Philippe Tillet
5700260e5e Merge pull request #41 from jeffra/fix-conda-build
fix llvm build inside conda environment
2020-09-03 14:28:33 -04:00
Jeff Rasley
91d21134a7 fix llvm build inside conda environment (see link for similar issue)
https://github.com/tensorflow/tensorflow/issues/12998
2020-09-03 11:26:51 -07:00
Philippe Tillet
010f85e91d [VERSION] Now version 0.2.2 2020-08-31 15:16:09 -04:00
Philippe Tillet
3195aca452 [PYTHON] Added credits to Scott Gray for the idea used in launch.cc 2020-08-12 19:39:57 -04:00
Philippe Tillet
d5610b685b [TESTS] Updated the test to be compatible with the new runtime API 2020-08-12 19:37:08 -04:00
Philippe Tillet
30ac1359b9 [RUNTIME] Lower-level interface for executing functions 2020-08-12 18:33:35 -04:00
Philippe Tillet
8e5744f171 [EXAMPLES] Added C++ example for Conv2d 2020-08-10 11:53:34 -04:00
Philippe Tillet
2d6484482f [CODEGEN][ANALYSIS] Fixed issue in layout inference 2020-08-10 11:53:11 -04:00
Philippe Tillet
bd2067606c [EXAMPLES] Improved mat_mul example 2020-08-06 17:29:52 -04:00
Philippe Tillet
f01bdd6207 [EXAMPLES] Added conv2d example 2020-08-06 17:29:52 -04:00
Philippe Tillet
ec923cfc5e [PACKAGING] Now version 0.2.1 2020-07-29 14:07:28 -04:00
Philippe Tillet
cfcda09679 [DRIVER] Now always using PTXv6.4 2020-07-29 13:50:01 -04:00
Philippe Tillet
3683b38963 [PACKAGING] Now version 0.2.0 2020-07-14 19:50:39 -04:00
Philippe Tillet
cc7c77246b [EXAMPLES][TUTORIAL] Changed to new triton.kernel API 2020-07-08 13:39:19 -04:00
Philippe Tillet
baabaf0d58 [TRITON][PYTHON] Reverted back to distutils 2020-06-24 16:39:49 -04:00
Philippe Tillet
8e3ec0556f [TRITON][KERNEL] Fixed issue for concurrent compilation of torch
extensions
2020-06-24 15:47:43 -04:00
Philippe Tillet
7c519e09c5 [ANALYSIS] Replaced min by gcd in layout inference 2020-06-06 17:42:36 -04:00
Philippe Tillet
8e9d793d11 [CODEGEN] Fixed various issues in alignment inference pass 2020-06-06 11:28:43 -04:00
Philippe Tillet
547434d7f0 [CODEGEN] Fixed bug in alignment inference that prevented vectorization
in some cases
2020-06-06 01:13:38 -04:00
Philippe Tillet
c1f6ce68f9 [README] Changed requirement to LLVM-9 2020-06-05 12:05:21 -04:00
Philippe Tillet
b48460f51c [PACKAGING] Now version 0.1.3 2020-06-05 12:01:09 -04:00
Philippe Tillet
52eca7676b [TRITON] Fixed misaligned address issue 2020-06-05 12:00:42 -04:00
Philippe Tillet
a92031b214 [CODEGEN] Removed unnecessary coalescing rematerialization 2020-05-30 15:03:48 -04:00
Philippe Tillet
18a4cefec7 [CORE] Auto-tuning now copies scalar buffers. Still needs to copy all buffers that are both read from and written to. 2020-05-15 23:21:42 -04:00
Philippe Tillet
735215d9c4 [PYTHON] Added support for FP16 scalar kernel arguments 2020-05-15 16:37:25 -04:00
Philippe Tillet
05214d22e3 [CODEGEN] Bugfix in Disassociate pass; Added fp32 atomic_add support 2020-05-13 23:21:21 -04:00
Philippe Tillet
d390d941d8 [LANG] Added support for flattening 2020-05-13 20:44:09 -04:00
Philippe Tillet
f8614b2490 [PACKAGING] Now version 0.1.2 2020-05-12 20:50:52 -04:00
Philippe Tillet
8f9233e546 [LANG] Fixed undefined behavior in replace_all_uses_with() 2020-05-12 20:31:10 -04:00
Philippe Tillet
cd21151b98 [GENERAL] Fixed some undefined behavior with GCC-9 2020-05-11 11:07:21 -04:00
Philippe Tillet
9da8fe11ed [CODEGEN] Fixed bug that caused missing recoalescing for some transpose
operations
2020-05-11 00:26:03 -04:00
Philippe Tillet
65a41af8dc [README] Improved wording 2020-05-10 00:35:41 -04:00
Philippe Tillet
142a1dd42b [PYTHON] Restored compatibility with powerpc 2020-05-09 23:46:25 -04:00
Philippe Tillet
f88a7a0027 [PYTHON] Removed -std=gnu++11 in extra_cflags 2020-05-09 22:57:40 -04:00
Philippe Tillet
bfa85ef030 [GENERAL] Added compatibility with pytorch 1.2.0 and powerpc 2020-05-09 21:58:57 -04:00
Philippe Tillet
3848d25450 [DOCS] Added pip command in README.md 2020-05-07 10:48:41 -04:00
Philippe Tillet
1a20099582 [DOCS] Now specifying pip command in installation.rst 2020-05-07 10:45:58 -04:00
Phillippe Tillet
fc3747d59c Merge pull request #38 from jack-willturner/master
Add working examples to tutorials and python examples folder
2020-05-07 10:24:51 -04:00
jack-willturner
5fddc2062e [DOCS] Transposition fix 2020-05-07 14:02:18 +01:00
jack-willturner
91bfb0d182 Merge https://github.com/ptillet/triton 2020-05-07 13:29:44 +01:00
jack-willturner
be02315168 [DOCS] Matrix copy and transpose 2020-05-05 14:30:49 +01:00