Skip to content

Commit 39baaf5

Browse files
Release v3.2.1.
1 parent 7952292 commit 39baaf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gimmik/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '3.2'
3+
__version__ = '3.2.1'

gimmik/hip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def _kernel_generators(self, dtype, dsize, *, gcn_arch=None, warp_size=64):
2020
meta = {'block': (blkx, ms, 1), 'shared': 2*bsz*blkx*dsize}
2121
yield ('bstream-msplit', args, meta)
2222

23-
## Two-way k-split B loading, C streaming kernel
23+
# Two-way k-split B loading, C streaming kernel
2424
ks, csz, blkx = 2, 24, 64
2525
args = {'ksplit': ks, 'csz': csz, 'blockx': blkx}
2626
meta = {'block': (blkx, ks, 1), 'shared': (ks - 1)*csz*blkx*dsize}

0 commit comments

Comments
 (0)