Hansung Kim
a2ea27b2b5
vx_spawn: Add spawn_tasks_contiguous_all_stub
...
Spawns tasks in a way that the threads in a warp see contiguous
thread_id, unlike the original variant where each thread were allocated
a range of thread_id that spans the number of batches.
E.g. in a 4-thread config, instead of mapping IDs (0,2,4,6)->(1,3,5,7),
map (0,1,2,3)->(4,5,6,7).
TODO remaining logic not implemented.
2024-02-27 15:46:02 -08:00
Hansung Kim
2b1b5fe537
convolution: Fix write_operand_file after upstream merge
2024-02-27 15:45:22 -08:00
Hansung Kim
f1e7407d3a
sgemm_wg: Run multiple threadblock per core
2024-02-27 15:44:04 -08:00
Richard Yan
5b1c527186
Merge branch 'kernels' of https://github.com/hansungk/vortex into kernels
2024-02-24 00:27:23 -08:00
Richard Yan
914864206a
MMIO gemmini matmul kernel
2024-02-24 00:27:16 -08:00
Hansung Kim
d2da0d3394
sgemm_wg: Parameterize threadblock dimensions
2024-02-17 18:05:59 -08:00
Hansung Kim
301f1ca260
sgemm_wg: Implement blocking over k-dimension
2024-02-16 16:20:57 -08:00
Hansung Kim
5f79e8a3f1
sgemm_wg: reference matmul in cpu
2024-02-12 22:29:38 -08:00
Hansung Kim
6b420aceb6
sgemm_wg: write simple C=A*A matmul
2024-02-12 22:22:28 -08:00
Hansung Kim
a43d5eb1a7
Merge remote-tracking branch 'upstream/master' into kernels
2024-02-12 20:50:32 -08:00
Hansung Kim
6a1a506b64
sgemm_wg: save args and input bin
2024-02-12 20:49:08 -08:00
Hansung Kim
f586ab28df
vecadd: save operand to file
2024-02-12 20:49:08 -08:00
Hansung Kim
5a216ef9ca
flops: unroll by 16
2024-02-12 20:49:08 -08:00
Blaise Tine
5f2b10b8a6
minor update
2024-02-09 21:20:23 -08:00
Blaise Tine
3fee1a6193
minor update
2024-02-09 20:34:44 -08:00
Richard Yan
c258557999
Merge branch 'kernels' of https://github.com/hansungk/vortex into kernels
2024-02-08 17:05:37 -08:00
Richard Yan
12bdab8043
update gemmini matmul kernel
2024-02-08 17:00:19 -08:00
Blaise Tine
ae7b01405c
CI minor update
2024-02-08 14:10:00 -08:00
Hansung Kim
ad8bf9b223
Add sgemm_wg C kernel
2024-02-07 21:31:08 -08:00
Blaise Tine
be0db6e1a5
minor update
2024-02-04 20:32:05 -08:00
Blaise Tine
50028c1a33
Merge remote-tracking branch 'origin' into develop
2024-02-04 20:19:30 -08:00
Blaise Tine
8d4b6c804f
minor update
2024-02-04 20:17:12 -08:00
Blaise Tine
6f7a389a1f
arbiters unlock refactoring
2024-02-04 20:16:18 -08:00
Blaise Tine
fe15647f98
minor update
2024-02-04 02:11:53 -08:00
Blaise Tine
b0b7cd2b1e
minor updates
2024-02-03 19:09:53 -08:00
Hansung Kim
b5bfa7d4b9
Fix bogus spad address
2024-02-01 14:05:13 -08:00
Hansung Kim
0462a91953
Update mmio kernel to do single gemm
2024-02-01 13:52:29 -08:00
Blaise Tine
f9cd8be19e
minor update
2024-01-31 13:35:43 -08:00
Blaise Tine
dab262e4f7
Merge branch 'develop' of https://github.com/vortexgpgpu/vortex into develop
2024-01-31 12:03:50 -08:00
Blaise Tine
8ab7c590fd
disabling fetch's deadlock check when L1 caches are present
2024-01-31 06:16:54 -08:00
Blaise Tine
e2d1387df8
elastic buffers classification
2024-01-31 00:39:37 -08:00
Shinnung Jeong
fd65ed95eb
fix bug to access memory address in simx
2024-01-30 20:45:47 -05:00
Blaise Tine
b31d868a27
Merge branch 'develop'
2024-01-28 17:34:46 -08:00
Blaise Tine
b6919d19a7
minor update
2024-01-28 17:34:07 -08:00
Blaise Tine
6045597ad0
Merge branch 'develop'
2024-01-28 00:25:55 -08:00
Blaise Tine
1c1140d517
Merge branch 'develop' of https://github.com/vortexgpgpu/vortex into develop
2024-01-28 00:25:16 -08:00
Blaise Tine
38b92ad592
- using SV_DPI defines to disable DPI in synthesis-based simulations
...
- fixed Intel ASE run script: run_ase.sh
2024-01-28 00:22:21 -08:00
Hansung Kim
7f6f1d605f
Add bare mmio kernel
2024-01-24 16:24:19 -08:00
lpc97667
a9d578f3ab
Docs update
2024-01-10 15:56:22 -05:00
Blaise Tine
f0e6a435f8
Merge branch 'develop'
2024-01-03 19:09:49 -08:00
Blaise Tine
648bf75b0b
minor update
2024-01-03 19:09:18 -08:00
Blaise Tine
3b75418ea9
Merge branch 'develop'
2024-01-03 10:24:48 -08:00
Blaise Tine
f2e8317412
updated documentation
2024-01-03 10:23:38 -08:00
Hansung Kim
a5c50b60c8
Add 'smemcoherence' kernel
2024-01-02 20:28:40 -08:00
Hansung Kim
edb385f138
Increase smem read loop iter
2024-01-01 14:26:19 -08:00
Hansung Kim
ee1ed315e2
Write out operand files in sharedmem kernel
2024-01-01 14:26:10 -08:00
Hansung Kim
1586ea93ef
Add new 'sharedmem' kernel
2024-01-01 13:56:46 -08:00
Blaise Tine
cc042a4098
Merge branch 'develop'
2023-12-31 15:30:20 -08:00
Blaise Tine
bd18b03cc3
minor update
2023-12-31 15:29:04 -08:00
Blaise Tine
e7f8b40d93
minor update
2023-12-31 11:46:41 -08:00