Commit Graph

415 Commits

Author SHA1 Message Date
Philippe Tillet
4efd0a3c6b [codegen] more cleaning 2019-10-10 15:52:03 -04:00
Philippe Tillet
a3f76b6eb1 [codegen] more cleaning 2019-10-09 21:59:35 -04:00
Philippe Tillet
9bc6df4fd1 [codegen] more cleaning 2019-10-09 15:05:44 -04:00
Philippe Tillet
10ab94d1c5 [codegen] added missing file 2019-10-08 17:10:34 -04:00
Philippe Tillet
254ed52958 [codegen] more cleaning 2019-10-08 11:26:22 -04:00
Philippe Tillet
650c43ca07 [codegen] more cleaning 2019-10-07 18:06:54 -04:00
Philippe Tillet
1783d45bef [codegen] better handling of row/column-major 2019-10-04 16:07:31 -04:00
Philippe Tillet
a1e0512703 [codegen] more progress 2019-10-03 14:11:50 -04:00
Philippe Tillet
1bf0c8adeb [test] re-added bounds checking in dot test 2019-10-02 15:08:32 -04:00
Philippe Tillet
adbc56d10a [tests] delete redundant code in dot benchmark and unit tests 2019-10-02 14:26:09 -04:00
Philippe Tillet
86a3e5d897 [codegen] now matrix-multiplication is bank-conflict free for all
layouts
2019-10-01 16:57:59 -04:00
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
b95ac15d48 [codegen] [selection] fixed synchronization issue with double-buffering 2019-09-23 13:56:46 -04:00
Philippe Tillet
856e7baa04 [test] added tests for copy 2019-09-23 12:07:24 -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
307c1128d5 [codegen] removed vectorization pass (now part of selection) 2019-09-17 15:21:10 -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
031f4dfe96 no performance regression 2019-09-14 19:13:54 -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
3fa3b90f16 test 2019-09-12 23:02:51 -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
ef99baa743 Merge branch 'master' of https://github.com/ptillet/triton into auto-coalesce 2019-09-10 00:37:31 -04:00
Philippe Tillet
e1019cff3a [documentations] updated pytriton tutorial 2019-09-10 00:35:02 -04:00
Philippe Tillet
7d3fb6c390 [documentation] updated triton-c tutorial 2019-09-09 19:02:57 -04:00
Philippe Tillet
b953051eee [documentation] improved wording of triton-c tutorial 2019-09-09 04:09:23 -04:00
Philippe Tillet
433b08b39b [documentation] added [coming soon...] for tutorials in progress 2019-09-09 02:38:23 -04:00
Philippe Tillet
c0fa4e0a57 Merge branch 'master' of https://github.com/ptillet/triton 2019-09-09 02:29:54 -04:00
Philippe Tillet
4a69af08e7 [documentation] added README.md and first part of the Triton-C tutorial 2019-09-09 02:29:18 -04:00
Philippe Tillet
0cbbcce5c0 added missing file 2019-09-08 21:38:08 -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
0ff81badac [driver] added TRITON_LIBCUDA environment variable to specify libcuda
path if not in LD_LIBRARY_PATH
2019-09-06 13:26:51 -04:00