Skip to content

Commit 702ef5c

Browse files
author
Gregory Stoner
authored
Merge pull request ROCm#2 from raxbits/patch-1
Update dl.ml
2 parents 26e4c75 + 1b24840 commit 702ef5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dl.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ title: Deep Learning
44
---
55
# Deep Learning on ROCm
66

7-
Announcing our new Foundation for Deep Learning acceleration MIOpen 1.0 which introduces support for Convolution Neural Network acceleration — built to run on top of the ROCm software stack!
7+
Announcing our new Foundation for Deep Learning acceleration MIOpen 1.0 which introduces support for Convolution Neural Network (CNN) acceleration — built to run on top of the ROCm software stack!
88

99
## This release includes the following:
1010

11-
* Deep Convolution Solvers optimized for both forward and backward propagation
11+
* Deep Convolution Solvers optimized for both forward and backward propagation
1212
* Optimized Convolutions including Winograd and FFT transformations
1313
* Optimized GEMM’s for Deep Learning
1414
* Pooling, Softmax, Activations, Gradient Algorithms Batch Normalization, and LR Normalization
1515
* MIOpen describes data as 4-D tensors ‒ Tensors 4D NCHW format
1616
* Support for OpenCL and HIP enabled frameworks API's
1717
* MIOpen Driver enables to testing forward/backward network of any particular layer in MIOpen.
18-
* Binary Package support for Ubuntu 16.04 and Fedora 24
18+
* Binary Package support for Ubuntu 16.04 and Fedora 24
1919
* Source code at https://github.com/ROCmSoftwarePlatform/MIOpen
2020
* Documentation
2121
* [MIOpen](https://rocmsoftwareplatform.github.io/MIOpen/doc/html/apireference.html)
@@ -37,9 +37,9 @@ sudo apt-get install miopengemm miopen-hip
3737

3838
## Deep Learning Framework support for ROCm
3939

40-
|Framework. |Status. | MIOpen Enabled. |Upstreamed  | Current Repository |
40+
|Framework |Status | MIOpen Enabled |Upstreamed  | Current Repository |
4141
|:------------|:-------------|:----------------|:---------------|:----------------------------------------------------|
42-
|Caffe.       |Public.     |Yes            |               |https://github.com/ROCmSoftwarePlatform/hipCaffe. |
42+
|Caffe       |Public     |Yes            |               |https://github.com/ROCmSoftwarePlatform/hipCaffe |
4343
|Tensorflow   |Development |Yes             |CLA in Progress |Notes: Working on NCCL and XLA enablement, Running |
4444
|Caffe2       |Upstreaming |Yes |CLA in Progress |https://github.com/ROCmSoftwarePlatform/caffe |
4545
|Torch HIP   |Upstreaming |Development |In process |https://github.com/ROCmSoftwarePlatform/cutorch_hip |

0 commit comments

Comments
 (0)