Philippe Tillet
|
ed1b2bc563
|
more work on padding
|
2019-09-27 22:15:30 -04:00 |
|
Philippe Tillet
|
575dd06be3
|
[codegen] more progress towards unified dot implementation
|
2019-09-26 14:01:28 -04:00 |
|
Philippe Tillet
|
69800a0318
|
[tests] [dot] now testing row-major
|
2019-09-24 20:36:55 -04:00 |
|
Philippe Tillet
|
a3bf3a1804
|
[codegen] more hmma row-major handling
|
2019-09-24 19:35:46 -04:00 |
|
Philippe Tillet
|
c24d55db23
|
[codegen] more work on hmma coalescing
|
2019-09-23 20:38:27 -04:00 |
|
Philippe Tillet
|
f0013f8bf1
|
[codegen] [allocation] fixed issues in HMMA
|
2019-09-23 17:54:42 -04:00 |
|
Philippe Tillet
|
001973630e
|
[codegen] cleaned up shared memory and double-buffering logic
|
2019-09-21 22:21:40 -04:00 |
|
Philippe Tillet
|
43d88154bd
|
[codegen] cleaning-up / formalizing shared-memory passes
|
2019-09-20 16:01:12 -04:00 |
|
Philippe Tillet
|
e35be1ddcf
|
[ir][instruction] added identifier for each instruction
|
2019-09-19 16:25:36 -04:00 |
|
Philippe Tillet
|
1fd9be27ee
|
[tests][bench] now benchmarking all variants of copy
|
2019-09-17 22:17:58 -04:00 |
|
Philippe Tillet
|
e01e623333
|
[codegen][auto-coalesce] more debugging
|
2019-09-16 20:34:08 -04:00 |
|
Philippe Tillet
|
e184bad9a1
|
[auto-coalesce] more bugfixes
|
2019-09-16 13:28:23 -04:00 |
|
Philippe Tillet
|
8d37a55a21
|
[codegen][analysis] cleaned-up tiling formalism
|
2019-09-15 21:14:14 -04:00 |
|
Philippe Tillet
|
495163e0e8
|
some more cleaning
|
2019-09-14 16:53:13 -04:00 |
|
Philippe Tillet
|
0d8f59dcec
|
[codegen][selection] some cleaning
|
2019-09-14 16:04:06 -04:00 |
|
Philippe Tillet
|
66e32b3074
|
[codegen][grid] some cleaning
|
2019-09-14 13:05:53 -04:00 |
|
Philippe Tillet
|
8ae779206f
|
more fixes
|
2019-09-14 02:36:11 -04:00 |
|
Philippe Tillet
|
eae02b99e5
|
[codegen][coalesce] fixed stale users in cloned instructions
|
2019-09-13 19:16:04 -04:00 |
|
Philippe Tillet
|
579a662e60
|
[codegen][coalesce] more bugfixes
|
2019-09-13 14:17:21 -04:00 |
|
Philippe Tillet
|
11ff27d638
|
[codegen][coalesce] some bugfix for phi-nodes
|
2019-09-12 22:44:07 -04:00 |
|
Philippe Tillet
|
0c41bade07
|
[codegen] basic recoalescing working
|
2019-09-10 23:25:47 -04:00 |
|
Philippe Tillet
|
c622619bcb
|
more progress
|
2019-09-10 00:37:51 -04:00 |
|
Philippe Tillet
|
3daef1726d
|
more progress
|
2019-09-08 21:36:54 -04:00 |
|
Philippe Tillet
|
3d78810d5e
|
more progress
|
2019-09-08 21:29:40 -04:00 |
|
Philippe Tillet
|
32234c2612
|
ugh
|
2019-09-08 17:35:24 -04:00 |
|
Philippe Tillet
|
5e03f0a065
|
[codegen][align] reverted some changes
|
2019-09-03 15:28:07 -04:00 |
|
Philippe Tillet
|
97fdb5b6be
|
[tests] added missing files
|
2019-09-03 12:44:35 -04:00 |
|
Philippe Tillet
|
a842d337c5
|
[general] various cleaning and bugfix:
* added copy1d and copy2d benchmark
* fixed issue in reassociation pass
|
2019-09-02 23:00:49 -04:00 |
|
Philippe Tillet
|
90d80c3b2e
|
[codegen][selection] bugfix in scanline dot lowering
|
2019-09-01 16:30:53 -04:00 |
|
Philippe Tillet
|
7e0af2118c
|
[codegen] worked around bug seemingly from nvptx/ptxas by simplifying multiplications by 1:
- Generated LLVM-IR looked correct
- Illegal addressing disappeared when running cuda-memcheck
- Illegal addressing disappeared when using nvptx-short-pointer
|
2019-08-30 16:45:14 -07:00 |
|
Philippe Tillet
|
37cbcfabd0
|
[examples] back to 96 TFLOPS on V100
|
2019-08-26 22:49:14 -07:00 |
|
Philippe Tillet
|
b4ae06a714
|
tracking down performance regression
|
2019-08-26 20:38:39 -07:00 |
|
Philippe Tillet
|
4075949f80
|
[python] basic tensorflow wrapper working
|
2019-08-26 16:53:49 -07:00 |
|
Philippe Tillet
|
321d268a4a
|
more progress
|
2019-08-25 21:26:09 -07:00 |
|
Philippe Tillet
|
732156b942
|
[general] rename *.cpp -> *.cc
|
2019-08-23 19:06:39 -07:00 |
|
Philippe Tillet
|
a110a7e8cf
|
[ir] changed type of tile shapes from constant_int* to int
|
2019-08-23 17:49:21 -07:00 |
|
Philippe Tillet
|
0970fe12dd
|
[general] cleaned tensorflow source code generation
|
2019-08-18 15:39:36 -07:00 |
|
Philippe Tillet
|
457c330f15
|
more cleaning
|
2019-08-18 14:20:42 -07:00 |
|
Philippe Tillet
|
c787ebae68
|
more cleaning
|
2019-08-18 14:09:55 -07:00 |
|
Philippe Tillet
|
81571246cf
|
[general] fixed some warnings
|
2019-08-18 14:08:57 -07:00 |
|
Philippe Tillet
|
b4a9ed9663
|
[python] added basic tensorflow support
|
2019-08-17 18:18:26 -07:00 |
|
Philippe Tillet
|
c7cb5f82ad
|
[general] removed LLVM #include's in all Triton headers
|
2019-08-16 15:56:58 -07:00 |
|
Philippe Tillet
|
38a8b0ab19
|
[runtime] overall of the run-time API
|
2019-08-14 20:26:11 -07:00 |
|
Philippe Tillet
|
1400d960a6
|
[auto-tuning] much smaller parameters space
|
2019-08-12 21:15:21 -07:00 |
|
Philippe Tillet
|
fd49cdc92b
|
[dnn][blocksparse] added dw code
|
2019-08-08 19:15:35 -07:00 |
|
Philippe Tillet
|
7578c27d3d
|
[general][filesystem] added structure and namespace to code generation files
|
2019-08-07 21:17:17 -07:00 |
|