1
0
mirror of https://github.com/fumiama/base16384-sycl.git synced 2026-06-10 21:24:47 +08:00

optimize: add xeinfo class & more compl. kernel

This commit is contained in:
源文雨
2025-09-29 17:01:27 +08:00
parent 78c6dea4c6
commit cbe9cda397
5 changed files with 256 additions and 67 deletions

View File

@@ -70,7 +70,12 @@
"xstring": "cpp",
"xtr1common": "cpp",
"xutility": "cpp",
"chrono": "cpp"
"chrono": "cpp",
"forward_list": "cpp",
"iomanip": "cpp",
"random": "cpp",
"*.def": "cpp",
"ranges": "cpp"
},
"terminal.integrated.defaultProfile.windows": "Command Prompt with oneAPI",
"terminal.integrated.defaultProfile.linux": "bash with oneAPI",