Skip to content

Commit

Permalink
enable compilation on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Wojcik <artur.wojcik@amd.com>

rocblas: disable beta features on Windows
  • Loading branch information
apwojcik committed Sep 26, 2023
1 parent b9e724a commit 8cb1a62
Show file tree
Hide file tree
Showing 64 changed files with 1,855 additions and 1,344 deletions.
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Legacy unpacked SQlite3 files
src/kernels/*.db
src/kernels/*.kdb

# Backup files created by text editors
*~

# Merge files created by git
*.orig
*.BACKUP
*.REMOTE
*.BASE
*.LOCAL

# Vim/NVim swap files
.*.sw?
.sw?

# Sublime Text settings
*.sublime-workspace
*.sublime-project

# Eclipse project settings
*.*project
.settings

# Nested build directory
build*/

# VS2022 and VSCode settings
.vs/
.vscode/

# JetBrains project files
.idea/
cmake-build*/

# Various tags
/tags
/TAGS
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/.gitusers
/CMakeSettings.json
/_toc.yml

# Documentation artifacts
docs/.doxygen/DoxygenWarningLog.txt
docs/html
/_readthedocs

# Python virtual environment
.venv/
Loading

0 comments on commit 8cb1a62

Please sign in to comment.