Philippe Tillet
ec923cfc5e
[PACKAGING] Now version 0.2.1
2020-07-29 14:07:28 -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
b48460f51c
[PACKAGING] Now version 0.1.3
2020-06-05 12:01:09 -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
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
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
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
Philippe Tillet
2dd3fcb270
[CORE] Fixed bug for Multi-GPU
2020-05-04 18:36:44 -04:00
jack-willturner
f5d47536c5
[DOCS] Matmul and vecadd working examples
2020-05-04 16:25:17 +01:00
Philippe Tillet
b9e36331be
[PACKAGING] sdist now generates working .tar.gz file
2020-05-04 10:43:38 -04:00
Philippe Tillet
c3d4a8b7ae
[PACKAGING] Fixed import error
2020-05-04 10:14:34 -04:00
Philippe Tillet
0685fcb804
[PACKAGING] Added MANIFEST.in and some symlinks for better packaging
2020-05-04 10:09:30 -04:00
Philippe Tillet
1e7fee573b
[PACKAGING] Fixed typo in setup.py
2020-05-04 09:09:54 -04:00
Philippe Tillet
dc2ded4165
[PACKAGING] Added some more files for packaging
2020-05-04 08:58:58 -04:00
Philippe Tillet
4c2c244b91
[PYTHON][SRC][BINDING] Improved code portability across compilers
2020-04-17 13:51:47 -04:00
Philippe Tillet
eaabfb1d8e
[PYTHON][EXAMPLES][EINSUM] Updated configs for matmul
2020-04-10 12:42:48 -04:00
Philippe Tillet
28f845eab1
[PYTHON][EXAMPLES][EINSUM] Added stride in CONV2D example
2020-04-10 00:14:31 -04:00
Philippe Tillet
8e276484ea
[PYTHON][EXAMPLES][EINSUM] Added group-convolution test/benchmark
2020-04-09 23:37:39 -04:00
Philippe Tillet
840af73c8c
[PYTHON][EINSUM] re-established auto-tuning
2020-04-09 11:01:57 -04:00
Philippe Tillet
4114351c7c
[PYTHON][KERNEL] Added thread-safety when caching custom torch op
2020-04-07 20:21:50 -04:00
Philippe Tillet
0b35c5ff3f
[PYTHON][KERNEL] Better handling of case where cache directory already
...
exists
2020-04-07 13:18:11 -04:00
Philippe Tillet
e04efc1c85
[GENERAL] Error messages now no longer make terminal color green
2020-04-03 23:25:29 -04:00
Philippe Tillet
7c09ff80eb
[CORE] Fixed several issues that arose in the development of the
...
torch-blocksparse package:
* Now using warp shuffle in reductions when possible
* Various bugfixes in layout inference
* Added INFINITY, exponential and select
* Better error messages for unimplemented constructs
2020-03-31 18:57:28 -04:00
Jack Turner
53b9e4790e
[PYTHON] Add empty string to llvm-config versions in setup.py
2020-03-13 18:03:25 +00:00
Philippe Tillet
b7895c653f
[PYTHON][EXAMPLES] Removed BlockSparse examples; see
...
https://github.com/ptillet/torch-blocksparse.git
2020-03-05 13:32:42 -05:00
Philippe Tillet
1f1e4ee9ec
[PYTHON] Merged blocksparse branch:
...
* Example for blocksparse matrix multiplication
* Simplified Triton kernel API
* Revived auto-tuning in einsum
2020-03-05 13:08:07 -05:00
Philippe Tillet
51bc244b2c
[PYTHON][OPS] Fixed typo in einsum
2020-02-25 16:39:04 -05:00
Philippe Tillet
3ee342d056
[TRITON][NN][CONV] Renamed input -> x to not modify built-in functions
2020-02-25 10:56:39 -05:00
Philippe Tillet
1e76bb4145
[PYTHON][NN][CONV] Fixed typo in dx computation
2020-02-24 22:45:49 -05:00
Philippe Tillet
cc094936d0
[PYTHON][SETUP] Removed obsolete debug print()
2020-02-24 21:35:45 -05:00
Philippe Tillet
8c35bd775f
[PYTHON] Added missing files for nn submodule
2020-02-24 17:58:24 -05:00
Philippe Tillet
67c633aa2d
[PYTHON] Better packaging
2020-02-24 17:46:20 -05:00
Philippe Tillet
f2daff85d2
[GENERAL] Improved caching mechanism:
...
* Now computing hash in libtriton
* Now only compiling a single pytorch hook per function signature
2020-02-24 16:36:50 -05:00
Philippe Tillet
29c38b38e5
[PYTHON][OPS][EINSUM] Now throwing error for automatic differentiation
...
of extended einsum
2020-02-20 17:29:01 -05:00
Philippe Tillet
9693fe1441
[PYTHON][OP][EINSUM] simplified API
2020-02-19 23:42:22 -05:00
Philippe Tillet
c30c4861be
[PYTHON][OPS][EINSUM] Added support for inner tensor strides
2020-02-19 11:50:17 -05:00
Philippe Tillet
7621aeda3f
[CODEGEN][TRANSFORM][PEEPHOLE] Fixed bug in *1 multiplication
2020-02-19 00:18:55 -05:00
Philippe Tillet
304b003969
[PYTHON][EXAMPLES] Removed obsolete files
2020-02-18 12:26:06 -05:00
Philippe Tillet
d11d2db6ee
[PYTHON][EINSUM] Now handling reduction sizes that are not a multiple of
...
TK
2020-02-17 13:52:58 -05:00
Philippe Tillet
fcdc65ffb0
[PYTHON][OPS][EINSUM] Added support for masked accumulator
2020-02-13 18:11:12 -05:00
Philippe Tillet
6a4d42c1b8
[PYTHON][CORE] Deprecating Tensorflow support
2020-02-10 04:20:33 -05:00