Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: add recommended VSCode configuration files #86

Open
rileyjmurray opened this issue Sep 12, 2024 · 0 comments
Open

Documentation: add recommended VSCode configuration files #86

rileyjmurray opened this issue Sep 12, 2024 · 0 comments

Comments

@rileyjmurray
Copy link
Contributor

@TeachRaccooon and I use VSCode for RandLAPACK development. We should make note of recommended VSCode configurations for people who want to try out RandLAPACK, run its benchmarks, etc..

Here's the configuration file I use for my main RandNLA development folder on my macOS machine.

{
    "configurations": [
        {
            "cppStandard": "c++20",
            "cStandard": "c17",
            "macFrameworkPath": [
                "/System/Library/Frameworks",
                "/Library/Frameworks"
            ],
            "intelliSenseMode": "macos-clang-arm64",
            "compilerPath": "/opt/homebrew/opt/llvm/bin/clang",
            "includePath": [
                "${default}",
                "${workspaceFolder}/RandBLAS",
                "${workspaceFolder}/RandLAPACK",
                "${workspaceFolder}/blaspp-install/include",
                "${workspaceFolder}/lapackpp-install/include",
                "${workspaceFolder}/Random123-install/include",
                "/opt/homebrew/opt/googletest/include"
            ]
        }
    ],
    "version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant