Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion projects/miopen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# Change Log for MIOpen

Full documentation for MIOpen is available [here](https://rocm.docs.amd.com/projects/MIOpen/en/latest/)
## MIOpen 3.5.1 for ROCm 7.13.0

## MIOpen 3.6.0 for ROCm 7.13.0
### Added
* Added `MIOPEN_LOG_BUFFER_SIZE` option: when set to non-zero, dumps recent MIOpen logs to file on error.
### Removed
* Removed GraphAPI experimental feature and related code

## MIOpen 3.5.1 for ROCm 7.12.0
### Added
Expand Down
764 changes: 6 additions & 758 deletions projects/miopen/include/miopen/miopen.h

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions projects/miopen/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,6 @@ set( MIOpen_Source
getitem_api.cpp
glu/problem_description.cpp
glu_api.cpp
graphapi/convolution.cpp
graphapi/conv_bias_res_add_activ_forward_executor.cpp
graphapi/engine.cpp
graphapi/enginecfg.cpp
graphapi/engineheur.cpp
graphapi/execution_plan.cpp
graphapi/find_engine.cpp
graphapi/graphapi.cpp
graphapi/matmul.cpp
graphapi/opgraph.cpp
graphapi/pointwise.cpp
graphapi/reduction.cpp
graphapi/reshape.cpp
graphapi/rng.cpp
graphapi/tensor.cpp
graphapi/variant_pack.cpp
groupnorm_api.cpp
groupnorm/problem_description.cpp
handle_api.cpp
Expand Down

This file was deleted.

Loading
Loading