mirror of
				https://github.com/NVIDIA/cuda-samples.git
				synced 2025-10-31 11:37:49 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			507 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			507 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "configurations": [
 | |
|         {
 | |
|             "name": "Linux",
 | |
|             "includePath": [
 | |
|                 "${workspaceFolder}/**",
 | |
|                 "${workspaceFolder}/../../../Common"
 | |
|             ],
 | |
|             "defines": [],
 | |
|             "compilerPath": "/usr/local/cuda/bin/nvcc",
 | |
|             "cStandard": "gnu17",
 | |
|             "cppStandard": "gnu++14",
 | |
|             "intelliSenseMode": "linux-gcc-x64",
 | |
|             "configurationProvider": "ms-vscode.makefile-tools"
 | |
|         }
 | |
|     ],
 | |
|     "version": 4
 | |
| }
 |