Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Conv1d content
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 committed Jun 14, 2018
1 parent 1943d9b commit ae48d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ MXNet Change Log
- Reduced memory consumption from inplace operation for ReLU activation (#10847).
- Improved `slice` operator performance by 20x (#11124).
- Improved performance of depthwise convolution by using cudnnv7 if available (#11076).
- Improved performance and memory usage of Conv1D, by adding back cuDNN support for Conv1D (#11270). This adds a known issue: The cuDNN convolution operator may throw `CUDNN_STATUS_EXECUTION_FAILED` when `req == "add"` and `cudnn_tune != off` with large inputs(e.g. 64k channels). If you encounter this issue, please consider setting `cudnn_tune = "off"`.

## 1.2.0
### New Features - Added Scala Inference APIs
Expand Down

0 comments on commit ae48d71

Please sign in to comment.