From 88b0146e4cfce2f41d6b77cf94cee13ac996e3b2 Mon Sep 17 00:00:00 2001 From: feilong Date: Tue, 19 Apr 2022 19:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0CUDA=E5=92=8CC=E6=8A=80?= =?UTF-8?q?=E8=83=BD=E6=A0=91=E4=BA=92=E7=9B=B8=E6=8E=A8=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/recommend/skill_tree.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/recommend/skill_tree.json b/data/recommend/skill_tree.json index 1c05690..ce59187 100644 --- a/data/recommend/skill_tree.json +++ b/data/recommend/skill_tree.json @@ -16,7 +16,8 @@ ], "c": [ "python", - "algorithm" + "algorithm", + "cuda" ], "java": [ "pg", @@ -43,5 +44,8 @@ "vue": [ "gml", "python" + ], + "cuda": [ + "c" ] } \ No newline at end of file -- GitLab