Skip to content

Instantly share code, notes, and snippets.

View milesxu's full-sized avatar
💭
working

Ming Xu milesxu

💭
working
View GitHub Profile
@milesxu
milesxu / config
Last active December 3, 2019 09:22
VSCode config
Host *
IdentitiesOnly yes
AddKeysToAgent yes
PreferredAuthentications publickey
Host dgx49
HostName 10.19.203.49
User mingx
IdentityFile ~/.ssh/ssh_rsa_4096
@milesxu
milesxu / bash.md
Last active December 1, 2020 07:29
CUDA 11.1 with gcc 10.2.0, and -std=c++17

use

nvcc -c test_data_collection.cu

and

nvcc -c -std=c++17 test_data_collection.cu