mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-01 04:07:56 +00:00
* creation of install doc and refactor of doc in general (#1908) * creation of install doc and refactor of doc in general * updates based on review comments * updated based on review comments * updated readme and contributors markdown * added extra note to not use -j on its own * added note about smoke tests and regression tests * made changes as per Illia's feedback --------- Co-authored-by: Aviral Goel <aviral.goel@amd.com> (cherry picked from commita426f67301) (cherry picked from commitef9871ff23) * Docs: Add precision support reference page (#1973) * Docs: Add precision support reference page * edit of the precision type content * added more description on scalars --------- Co-authored-by: spolifroni-amd <sandra.polifroni@amd.com> Co-authored-by: Aviral Goel <aviral.goel@amd.com> (cherry picked from commitfc073b483e) (cherry picked from commit1f61b696ee) * fixed broken github link (#2063) (cherry picked from commit2c8132126c) (cherry picked from commitae2e3ffb29) * updated Doxyfile and added the class list (#2147) * updated Doxyfile and added the class list * Update Doxyfile (cherry picked from commitcfae863431) (cherry picked from commit1e3f59543d) * added more API reference (cherry picked from commit8bb52d0ab0) * Update README.md Co-authored-by: John Afaganis <john.afaganis@gmail.com> (cherry picked from commit415273ea5f) --------- Co-authored-by: Aviral Goel <aviral.goel@amd.com> Co-authored-by: Adel Johar <adel.johar@amd.com> Co-authored-by: John Afaganis <john.afaganis@gmail.com>
71 lines
651 B
Plaintext
71 lines
651 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
*.ipch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# vim tags
|
|
tags
|
|
.tags
|
|
.*.swp
|
|
|
|
# Editors
|
|
.vscode
|
|
|
|
# build-in-source directory
|
|
build*
|
|
|
|
# emacs temporary/backup files
|
|
.\#*
|
|
\#*\#
|
|
*~
|
|
|
|
# GDB temporary files
|
|
.gdb_history
|
|
install.dir*
|
|
|
|
# documentation artifacts
|
|
_build/
|
|
_images/
|
|
_static/
|
|
_templates/
|
|
_toc.yml
|
|
_doxygen/
|
|
docs/doxygen/html
|
|
docs/doxygen/xml
|
|
|
|
# JetBrains IDE
|
|
.idea/
|
|
cmake-build*/
|
|
build*/
|
|
|
|
# Python virtualenv
|
|
.venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|