"csrc/gfx93/prefill/sparse/phase1.cuh" did not exist on "d1c9d3fada1c067787f3d491a4dd590922d7a222"
CHANGELOG.md 335 Bytes
Newer Older
yanyan's avatar
yanyan committed
1
2
3
4
5
6
7
8
9
10
11
# Changelog

## [1.2.0] - 2020-05-28
### Added
- add batch gemm support. small performance increasement but more gpu memory usage. you can use algo=spconv.ConvAlgo.Batch to use it.

### Changed
- replace most of 'functor' with c++14 dispatch in c++ code.

### Fixed
- change gather/scatterAdd kernel parameter to support large points.