From acf4bb3b3eef06b623273c93c0fa5a9e6cb594a6 Mon Sep 17 00:00:00 2001 From: feilong Date: Mon, 18 Apr 2022 16:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GPU_arch.json" | 12 +- .../config.json" | 3 +- .../helloworld.json" | 4 +- .../GPU_Platform.json" | 7 + .../config.json" | 2 +- .../Install.json" | 7 + .../config.json" | 2 +- .../CUDA_compiler.json" | 7 + .../config.json" | 2 +- .../CUDA_thread.json" | 7 + .../CUDA_thread.md" | 1 + .../config.json" | 2 +- .../communication.json" | 7 + .../config.json" | 2 +- .../config.json" | 2 +- .../multi_thread.json" | 7 + .../config.json" | 2 +- .../thread_index.json" | 7 + .../config.json" | 2 +- .../multi_dim.json" | 7 + .../config.json" | 2 +- .../grid_block.json" | 7 + .../config.json" | 2 +- .../mem1.json" | 7 + .../config.json" | 2 +- .../mem2.json" | 7 + .../config.json" | 2 +- .../mem3.json" | 7 + .../config.json" | 2 +- .../mem4.json" | 7 + .../config.json" | 2 +- .../mem5.json" | 7 + .../config.json" | 2 +- .../mem6.json" | 7 + .../config.json" | 2 +- .../mem7.json" | 7 + .../config.json" | 2 +- .../mem8.json" | 7 + .../config.json" | 2 +- .../mem8.json" | 7 + .../config.json" | 2 +- .../mem9.json" | 7 + .../config.json" | 2 +- .../mem10.json" | 7 + .../config.json" | 2 +- .../mem11.json" | 7 + .../config.json" | 2 +- .../error.json" | 7 + .../config.json" | 2 +- .../event.json" | 7 + .../atom.json" | 7 + .../config.json" | 2 +- .../atom1.json" | 7 + .../config.json" | 2 +- .../config.json" | 2 +- .../stream.json" | 7 + .../config.json" | 2 +- .../stream1.json" | 7 + .../config.json" | 2 +- .../stream2.json" | 7 + data/tree.json | 168 ++++++++++++------ 61 files changed, 347 insertions(+), 93 deletions(-) create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/2.\344\273\213\347\273\215GPU\347\241\254\344\273\266\345\271\263\345\217\260/GPU_Platform.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/3.\347\216\257\345\242\203\345\256\211\350\243\205\351\205\215\347\275\256/Install.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/1.CUDA\347\250\213\345\272\217\347\232\204\347\274\226\350\257\221/CUDA_compiler.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/CUDA_thread.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/3.GPU\345\222\214CPU\347\232\204\351\200\232\350\256\257/communication.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/4.\344\275\277\347\224\250\345\244\232\344\270\252\347\272\277\347\250\213\347\232\204\346\240\270\345\207\275\346\225\260/multi_thread.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/5.\344\275\277\347\224\250\347\272\277\347\250\213\347\264\242\345\274\225/thread_index.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/6.\345\244\232\347\273\264\347\275\221\347\273\234/multi_dim.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/7.\347\275\221\346\240\274\344\270\216\347\272\277\347\250\213\345\235\227/grid_block.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/1.\350\256\276\345\244\207\345\210\235\345\247\213\345\214\226/mem1.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/2.GPU\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203/mem2.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/3.GPU\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\345\210\206\351\205\215\344\270\216\351\207\212\346\224\276/mem3.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/4.\346\225\260\346\215\256\347\232\204\344\274\240\350\276\223/mem4.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/5.\346\225\260\346\215\256\344\270\216\347\272\277\347\250\213\344\271\213\351\227\264\347\232\204\345\257\271\345\272\224\345\205\263\347\263\273/mem5.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/1.CUDA\344\270\255\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203\347\247\215\347\261\273/mem6.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/2.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250\346\226\271\346\263\225/mem7.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/3.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\351\200\202\347\224\250\346\235\241\344\273\266/mem8.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/1.\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/mem8.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/2.\345\205\261\344\272\253\345\206\205\345\255\230\347\232\204Bank conflict/mem9.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/3.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\277\233\350\241\214\347\237\251\351\230\265\350\275\254\347\275\256\345\222\214\347\237\251\351\230\265\344\271\230\347\247\257/mem10.json" create mode 100644 "data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/6.\347\273\237\344\270\200\345\206\205\345\255\230/1.\347\273\237\344\270\200\345\206\205\345\255\230\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265\345\222\214\344\275\277\347\224\250/mem11.json" create mode 100644 "data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/1.CUDA\345\272\224\347\224\250\347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\347\232\204\351\224\231\350\257\257\346\243\200\346\265\213/error.json" create mode 100644 "data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/2.CUDA\344\270\255\347\232\204\344\272\213\344\273\266/event.json" create mode 100644 "data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/1.CUDA\344\270\255\347\232\204\345\216\237\345\255\220\346\223\215\344\275\234/atom.json" create mode 100644 "data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/2.\345\216\237\345\255\220\346\223\215\344\275\234\347\232\204\351\200\202\347\224\250\345\234\272\346\231\257/atom1.json" create mode 100644 "data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/1.CUDA\346\265\201\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265/stream.json" create mode 100644 "data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/2.\351\273\230\350\256\244\346\265\201\344\270\216\351\235\236\351\273\230\350\256\244\346\265\201/stream1.json" create mode 100644 "data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/3.\345\210\251\347\224\250CUDA\346\265\201\351\207\215\345\217\240\350\256\241\347\256\227\345\222\214\346\225\260\346\215\256\344\274\240\350\276\223/stream2.json" diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.json" index 735e45d..4343eb4 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.json" @@ -1,7 +1,7 @@ { - "type": "code_options", - "author": null, - "source": "GPU_arch.md", - "notebook_enable": false, - "exercise_id": "" - } \ No newline at end of file + "type": "code_options", + "author": "kunhe0512", + "source": "GPU_arch.json", + "notebook_enable": false, + "exercise_id": "" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/config.json" index 26d5af2..d7e1b5e 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/config.json" @@ -3,7 +3,8 @@ "keywords": [], "children": [], "export": [ - "GPU_arch.json" + "GPU_arch.json", + "helloworld.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/helloworld.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/helloworld.json" index 7457001..6c86879 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/helloworld.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/helloworld.json" @@ -1,7 +1,7 @@ { "type": "code_options", - "author": null, - "source": "helloworld.md", + "author": "feilong", + "source": "helloworld.json", "notebook_enable": false, "exercise_id": "02176393bfff4c7ea60d9f85fd095224" } \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/2.\344\273\213\347\273\215GPU\347\241\254\344\273\266\345\271\263\345\217\260/GPU_Platform.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/2.\344\273\213\347\273\215GPU\347\241\254\344\273\266\345\271\263\345\217\260/GPU_Platform.json" new file mode 100644 index 0000000..4aab523 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/2.\344\273\213\347\273\215GPU\347\241\254\344\273\266\345\271\263\345\217\260/GPU_Platform.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "GPU_Platform.json", + "notebook_enable": false, + "exercise_id": "d58d867105624ec79cb4370c63b00215" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/2.\344\273\213\347\273\215GPU\347\241\254\344\273\266\345\271\263\345\217\260/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/2.\344\273\213\347\273\215GPU\347\241\254\344\273\266\345\271\263\345\217\260/config.json" index 41b7c19..db4497a 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/2.\344\273\213\347\273\215GPU\347\241\254\344\273\266\345\271\263\345\217\260/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/2.\344\273\213\347\273\215GPU\347\241\254\344\273\266\345\271\263\345\217\260/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "GPU_Platform.md" + "GPU_Platform.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/3.\347\216\257\345\242\203\345\256\211\350\243\205\351\205\215\347\275\256/Install.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/3.\347\216\257\345\242\203\345\256\211\350\243\205\351\205\215\347\275\256/Install.json" new file mode 100644 index 0000000..5bb2646 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/3.\347\216\257\345\242\203\345\256\211\350\243\205\351\205\215\347\275\256/Install.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "Install.json", + "notebook_enable": false, + "exercise_id": "b298d050f48441748fb1c1fb43f55d17" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/3.\347\216\257\345\242\203\345\256\211\350\243\205\351\205\215\347\275\256/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/3.\347\216\257\345\242\203\345\256\211\350\243\205\351\205\215\347\275\256/config.json" index c8aa125..a848aa1 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/3.\347\216\257\345\242\203\345\256\211\350\243\205\351\205\215\347\275\256/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/3.\347\216\257\345\242\203\345\256\211\350\243\205\351\205\215\347\275\256/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "Install.md" + "Install.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/1.CUDA\347\250\213\345\272\217\347\232\204\347\274\226\350\257\221/CUDA_compiler.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/1.CUDA\347\250\213\345\272\217\347\232\204\347\274\226\350\257\221/CUDA_compiler.json" new file mode 100644 index 0000000..e99cbbf --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/1.CUDA\347\250\213\345\272\217\347\232\204\347\274\226\350\257\221/CUDA_compiler.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "CUDA_compiler.json", + "notebook_enable": false, + "exercise_id": "b05c3031a3884fb98df42d48d09cfeef" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/1.CUDA\347\250\213\345\272\217\347\232\204\347\274\226\350\257\221/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/1.CUDA\347\250\213\345\272\217\347\232\204\347\274\226\350\257\221/config.json" index 8fa8800..49a1307 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/1.CUDA\347\250\213\345\272\217\347\232\204\347\274\226\350\257\221/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/1.CUDA\347\250\213\345\272\217\347\232\204\347\274\226\350\257\221/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "CUDA_compiler.md" + "CUDA_compiler.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/CUDA_thread.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/CUDA_thread.json" new file mode 100644 index 0000000..26dc40a --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/CUDA_thread.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "CUDA_thread.md", + "notebook_enable": false, + "exercise_id": "94cfcce56d8c4736807045dd9ccd1335" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/CUDA_thread.md" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/CUDA_thread.md" index 2082ad1..1e52360 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/CUDA_thread.md" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/CUDA_thread.md" @@ -1,4 +1,5 @@ # CUDA线程 + 在以下形式代码中调用kernel函数方式正确的是? diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/config.json" index eb94b55..40105f0 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/2.GPU\347\272\277\347\250\213\347\232\204\350\260\203\347\224\250/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "CUDA_thread.md" + "CUDA_thread.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/3.GPU\345\222\214CPU\347\232\204\351\200\232\350\256\257/communication.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/3.GPU\345\222\214CPU\347\232\204\351\200\232\350\256\257/communication.json" new file mode 100644 index 0000000..8639185 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/3.GPU\345\222\214CPU\347\232\204\351\200\232\350\256\257/communication.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "communication.md", + "notebook_enable": false, + "exercise_id": "69c2f39e60c444d194cea2ad277ba488" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/3.GPU\345\222\214CPU\347\232\204\351\200\232\350\256\257/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/3.GPU\345\222\214CPU\347\232\204\351\200\232\350\256\257/config.json" index 0560b7a..1f52881 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/3.GPU\345\222\214CPU\347\232\204\351\200\232\350\256\257/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/3.GPU\345\222\214CPU\347\232\204\351\200\232\350\256\257/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "communication.md" + "communication.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/4.\344\275\277\347\224\250\345\244\232\344\270\252\347\272\277\347\250\213\347\232\204\346\240\270\345\207\275\346\225\260/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/4.\344\275\277\347\224\250\345\244\232\344\270\252\347\272\277\347\250\213\347\232\204\346\240\270\345\207\275\346\225\260/config.json" index d29927f..189c954 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/4.\344\275\277\347\224\250\345\244\232\344\270\252\347\272\277\347\250\213\347\232\204\346\240\270\345\207\275\346\225\260/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/4.\344\275\277\347\224\250\345\244\232\344\270\252\347\272\277\347\250\213\347\232\204\346\240\270\345\207\275\346\225\260/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "multi_thread.md" + "multi_thread.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/4.\344\275\277\347\224\250\345\244\232\344\270\252\347\272\277\347\250\213\347\232\204\346\240\270\345\207\275\346\225\260/multi_thread.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/4.\344\275\277\347\224\250\345\244\232\344\270\252\347\272\277\347\250\213\347\232\204\346\240\270\345\207\275\346\225\260/multi_thread.json" new file mode 100644 index 0000000..35a3c18 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/4.\344\275\277\347\224\250\345\244\232\344\270\252\347\272\277\347\250\213\347\232\204\346\240\270\345\207\275\346\225\260/multi_thread.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "multi_thread.md", + "notebook_enable": false, + "exercise_id": "87a251cfd36c4e7ca07da8ab8dd12b1e" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/5.\344\275\277\347\224\250\347\272\277\347\250\213\347\264\242\345\274\225/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/5.\344\275\277\347\224\250\347\272\277\347\250\213\347\264\242\345\274\225/config.json" index 93b4e92..2d95bf3 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/5.\344\275\277\347\224\250\347\272\277\347\250\213\347\264\242\345\274\225/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/5.\344\275\277\347\224\250\347\272\277\347\250\213\347\264\242\345\274\225/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "thread_index.md" + "thread_index.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/5.\344\275\277\347\224\250\347\272\277\347\250\213\347\264\242\345\274\225/thread_index.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/5.\344\275\277\347\224\250\347\272\277\347\250\213\347\264\242\345\274\225/thread_index.json" new file mode 100644 index 0000000..8f4d2f8 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/5.\344\275\277\347\224\250\347\272\277\347\250\213\347\264\242\345\274\225/thread_index.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "thread_index.md", + "notebook_enable": false, + "exercise_id": "0af430147ed64324a9269495124228c8" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/6.\345\244\232\347\273\264\347\275\221\347\273\234/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/6.\345\244\232\347\273\264\347\275\221\347\273\234/config.json" index 517ebff..0542953 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/6.\345\244\232\347\273\264\347\275\221\347\273\234/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/6.\345\244\232\347\273\264\347\275\221\347\273\234/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "multi_dim.md" + "multi_dim.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/6.\345\244\232\347\273\264\347\275\221\347\273\234/multi_dim.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/6.\345\244\232\347\273\264\347\275\221\347\273\234/multi_dim.json" new file mode 100644 index 0000000..545d83a --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/6.\345\244\232\347\273\264\347\275\221\347\273\234/multi_dim.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "multi_dim.md", + "notebook_enable": false, + "exercise_id": "574aaf94e67a44aeadcf9b6c6a5e29ab" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/7.\347\275\221\346\240\274\344\270\216\347\272\277\347\250\213\345\235\227/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/7.\347\275\221\346\240\274\344\270\216\347\272\277\347\250\213\345\235\227/config.json" index 95ac2ff..3f2a827 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/7.\347\275\221\346\240\274\344\270\216\347\272\277\347\250\213\345\235\227/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/7.\347\275\221\346\240\274\344\270\216\347\272\277\347\250\213\345\235\227/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "grid_block.md" + "grid_block.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/7.\347\275\221\346\240\274\344\270\216\347\272\277\347\250\213\345\235\227/grid_block.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/7.\347\275\221\346\240\274\344\270\216\347\272\277\347\250\213\345\235\227/grid_block.json" new file mode 100644 index 0000000..371393e --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/2.\345\210\235\350\257\206CUDA/7.\347\275\221\346\240\274\344\270\216\347\272\277\347\250\213\345\235\227/grid_block.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "grid_block.md", + "notebook_enable": false, + "exercise_id": "25615b68e67e4c68acf5d6f0fd8c96ed" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/1.\350\256\276\345\244\207\345\210\235\345\247\213\345\214\226/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/1.\350\256\276\345\244\207\345\210\235\345\247\213\345\214\226/config.json" index 5ceaa6a..e4f81e2 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/1.\350\256\276\345\244\207\345\210\235\345\247\213\345\214\226/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/1.\350\256\276\345\244\207\345\210\235\345\247\213\345\214\226/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem1.md" + "mem1.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/1.\350\256\276\345\244\207\345\210\235\345\247\213\345\214\226/mem1.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/1.\350\256\276\345\244\207\345\210\235\345\247\213\345\214\226/mem1.json" new file mode 100644 index 0000000..815ca77 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/1.\350\256\276\345\244\207\345\210\235\345\247\213\345\214\226/mem1.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem1.md", + "notebook_enable": false, + "exercise_id": "3e2924a79fd145ce828be17c7aecf3a9" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/2.GPU\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/2.GPU\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203/config.json" index b45d7f3..1fe5e85 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/2.GPU\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/2.GPU\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem2.md" + "mem2.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/2.GPU\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203/mem2.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/2.GPU\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203/mem2.json" new file mode 100644 index 0000000..3a109e2 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/2.GPU\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203/mem2.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem2.md", + "notebook_enable": false, + "exercise_id": "51cbf5808ae4472dbd3e769d9c0ebccd" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/3.GPU\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\345\210\206\351\205\215\344\270\216\351\207\212\346\224\276/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/3.GPU\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\345\210\206\351\205\215\344\270\216\351\207\212\346\224\276/config.json" index d78cdb9..154c608 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/3.GPU\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\345\210\206\351\205\215\344\270\216\351\207\212\346\224\276/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/3.GPU\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\345\210\206\351\205\215\344\270\216\351\207\212\346\224\276/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem3.md" + "mem3.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/3.GPU\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\345\210\206\351\205\215\344\270\216\351\207\212\346\224\276/mem3.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/3.GPU\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\345\210\206\351\205\215\344\270\216\351\207\212\346\224\276/mem3.json" new file mode 100644 index 0000000..e67720a --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/3.GPU\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\345\210\206\351\205\215\344\270\216\351\207\212\346\224\276/mem3.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem3.md", + "notebook_enable": false, + "exercise_id": "5bb4d2e19e3948a9a9d7d02cf481627a" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/4.\346\225\260\346\215\256\347\232\204\344\274\240\350\276\223/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/4.\346\225\260\346\215\256\347\232\204\344\274\240\350\276\223/config.json" index 7b033ec..0fde4b4 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/4.\346\225\260\346\215\256\347\232\204\344\274\240\350\276\223/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/4.\346\225\260\346\215\256\347\232\204\344\274\240\350\276\223/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem4.md" + "mem4.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/4.\346\225\260\346\215\256\347\232\204\344\274\240\350\276\223/mem4.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/4.\346\225\260\346\215\256\347\232\204\344\274\240\350\276\223/mem4.json" new file mode 100644 index 0000000..aa36128 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/4.\346\225\260\346\215\256\347\232\204\344\274\240\350\276\223/mem4.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem4.md", + "notebook_enable": false, + "exercise_id": "4d67822f6a384d38b76616a69225ef85" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/5.\346\225\260\346\215\256\344\270\216\347\272\277\347\250\213\344\271\213\351\227\264\347\232\204\345\257\271\345\272\224\345\205\263\347\263\273/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/5.\346\225\260\346\215\256\344\270\216\347\272\277\347\250\213\344\271\213\351\227\264\347\232\204\345\257\271\345\272\224\345\205\263\347\263\273/config.json" index 921a832..6acb120 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/5.\346\225\260\346\215\256\344\270\216\347\272\277\347\250\213\344\271\213\351\227\264\347\232\204\345\257\271\345\272\224\345\205\263\347\263\273/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/5.\346\225\260\346\215\256\344\270\216\347\272\277\347\250\213\344\271\213\351\227\264\347\232\204\345\257\271\345\272\224\345\205\263\347\263\273/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem5.md" + "mem5.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/5.\346\225\260\346\215\256\344\270\216\347\272\277\347\250\213\344\271\213\351\227\264\347\232\204\345\257\271\345\272\224\345\205\263\347\263\273/mem5.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/5.\346\225\260\346\215\256\344\270\216\347\272\277\347\250\213\344\271\213\351\227\264\347\232\204\345\257\271\345\272\224\345\205\263\347\263\273/mem5.json" new file mode 100644 index 0000000..437484d --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/3.CUDA\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250/5.\346\225\260\346\215\256\344\270\216\347\272\277\347\250\213\344\271\213\351\227\264\347\232\204\345\257\271\345\272\224\345\205\263\347\263\273/mem5.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem5.md", + "notebook_enable": false, + "exercise_id": "d1d704f1230a40d79b9beea937a173c5" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/1.CUDA\344\270\255\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203\347\247\215\347\261\273/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/1.CUDA\344\270\255\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203\347\247\215\347\261\273/config.json" index 21e1cd8..03bc3be 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/1.CUDA\344\270\255\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203\347\247\215\347\261\273/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/1.CUDA\344\270\255\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203\347\247\215\347\261\273/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem6.md" + "mem6.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/1.CUDA\344\270\255\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203\347\247\215\347\261\273/mem6.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/1.CUDA\344\270\255\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203\347\247\215\347\261\273/mem6.json" new file mode 100644 index 0000000..08e607c --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/1.CUDA\344\270\255\347\232\204\345\255\230\345\202\250\345\215\225\345\205\203\347\247\215\347\261\273/mem6.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem6.md", + "notebook_enable": false, + "exercise_id": "294399d32c394805b63562c0ca6424ff" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/2.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250\346\226\271\346\263\225/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/2.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250\346\226\271\346\263\225/config.json" index 2b13885..b49c021 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/2.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250\346\226\271\346\263\225/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/2.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250\346\226\271\346\263\225/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem7.md" + "mem7.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/2.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250\346\226\271\346\263\225/mem7.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/2.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250\346\226\271\346\263\225/mem7.json" new file mode 100644 index 0000000..a4d9c43 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/2.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\344\275\277\347\224\250\346\226\271\346\263\225/mem7.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem7.md", + "notebook_enable": false, + "exercise_id": "7ba5818e74ed4ca3b7440745d08c8b11" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/3.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\351\200\202\347\224\250\346\235\241\344\273\266/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/3.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\351\200\202\347\224\250\346\235\241\344\273\266/config.json" index 2e7aa63..a0958ec 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/3.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\351\200\202\347\224\250\346\235\241\344\273\266/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/3.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\351\200\202\347\224\250\346\235\241\344\273\266/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem8.md" + "mem8.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/3.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\351\200\202\347\224\250\346\235\241\344\273\266/mem8.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/3.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\351\200\202\347\224\250\346\235\241\344\273\266/mem8.json" new file mode 100644 index 0000000..0e0413c --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/4.\345\244\232\347\247\215CUDA\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/3.CUDA\344\270\255\347\232\204\345\220\204\347\247\215\345\255\230\345\202\250\345\215\225\345\205\203\347\232\204\351\200\202\347\224\250\346\235\241\344\273\266/mem8.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem8.md", + "notebook_enable": false, + "exercise_id": "f9628ae215004142a206369b28037aa6" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/1.\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/1.\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/config.json" index 5e1a24a..94e8cdb 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/1.\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/1.\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem8.md" + "mem8.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/1.\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/mem8.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/1.\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/mem8.json" new file mode 100644 index 0000000..0732511 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/1.\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\257\246\350\247\243/mem8.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem8.md", + "notebook_enable": false, + "exercise_id": "68c2d3b18c064d1da0d7459e33dfc8ba" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/2.\345\205\261\344\272\253\345\206\205\345\255\230\347\232\204Bank conflict/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/2.\345\205\261\344\272\253\345\206\205\345\255\230\347\232\204Bank conflict/config.json" index 6b58c31..2b1ec21 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/2.\345\205\261\344\272\253\345\206\205\345\255\230\347\232\204Bank conflict/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/2.\345\205\261\344\272\253\345\206\205\345\255\230\347\232\204Bank conflict/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem9.md" + "mem9.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/2.\345\205\261\344\272\253\345\206\205\345\255\230\347\232\204Bank conflict/mem9.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/2.\345\205\261\344\272\253\345\206\205\345\255\230\347\232\204Bank conflict/mem9.json" new file mode 100644 index 0000000..23214c2 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/2.\345\205\261\344\272\253\345\206\205\345\255\230\347\232\204Bank conflict/mem9.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem9.md", + "notebook_enable": false, + "exercise_id": "b35a91f746b7417a939aaf6e28248e60" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/3.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\277\233\350\241\214\347\237\251\351\230\265\350\275\254\347\275\256\345\222\214\347\237\251\351\230\265\344\271\230\347\247\257/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/3.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\277\233\350\241\214\347\237\251\351\230\265\350\275\254\347\275\256\345\222\214\347\237\251\351\230\265\344\271\230\347\247\257/config.json" index 3774bac..00d7c6d 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/3.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\277\233\350\241\214\347\237\251\351\230\265\350\275\254\347\275\256\345\222\214\347\237\251\351\230\265\344\271\230\347\247\257/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/3.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\277\233\350\241\214\347\237\251\351\230\265\350\275\254\347\275\256\345\222\214\347\237\251\351\230\265\344\271\230\347\247\257/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem10.md" + "mem10.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/3.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\277\233\350\241\214\347\237\251\351\230\265\350\275\254\347\275\256\345\222\214\347\237\251\351\230\265\344\271\230\347\247\257/mem10.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/3.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\277\233\350\241\214\347\237\251\351\230\265\350\275\254\347\275\256\345\222\214\347\237\251\351\230\265\344\271\230\347\247\257/mem10.json" new file mode 100644 index 0000000..70572ec --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/5.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\344\274\230\345\214\226\345\272\224\347\224\250/3.\345\210\251\347\224\250\345\205\261\344\272\253\345\255\230\345\202\250\345\215\225\345\205\203\350\277\233\350\241\214\347\237\251\351\230\265\350\275\254\347\275\256\345\222\214\347\237\251\351\230\265\344\271\230\347\247\257/mem10.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem10.md", + "notebook_enable": false, + "exercise_id": "05793fd82eb4448aaf5d89e29eccd072" +} \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/6.\347\273\237\344\270\200\345\206\205\345\255\230/1.\347\273\237\344\270\200\345\206\205\345\255\230\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265\345\222\214\344\275\277\347\224\250/config.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/6.\347\273\237\344\270\200\345\206\205\345\255\230/1.\347\273\237\344\270\200\345\206\205\345\255\230\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265\345\222\214\344\275\277\347\224\250/config.json" index 4e3c9f6..6c6b811 100644 --- "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/6.\347\273\237\344\270\200\345\206\205\345\255\230/1.\347\273\237\344\270\200\345\206\205\345\255\230\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265\345\222\214\344\275\277\347\224\250/config.json" +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/6.\347\273\237\344\270\200\345\206\205\345\255\230/1.\347\273\237\344\270\200\345\206\205\345\255\230\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265\345\222\214\344\275\277\347\224\250/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "mem11.md" + "mem11.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/6.\347\273\237\344\270\200\345\206\205\345\255\230/1.\347\273\237\344\270\200\345\206\205\345\255\230\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265\345\222\214\344\275\277\347\224\250/mem11.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/6.\347\273\237\344\270\200\345\206\205\345\255\230/1.\347\273\237\344\270\200\345\206\205\345\255\230\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265\345\222\214\344\275\277\347\224\250/mem11.json" new file mode 100644 index 0000000..591daaf --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/6.\347\273\237\344\270\200\345\206\205\345\255\230/1.\347\273\237\344\270\200\345\206\205\345\255\230\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265\345\222\214\344\275\277\347\224\250/mem11.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "kunhe0512", + "source": "mem11.md", + "notebook_enable": false, + "exercise_id": "56b86603b6814eedb9e27138ba89fd51" +} \ No newline at end of file diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/1.CUDA\345\272\224\347\224\250\347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\347\232\204\351\224\231\350\257\257\346\243\200\346\265\213/config.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/1.CUDA\345\272\224\347\224\250\347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\347\232\204\351\224\231\350\257\257\346\243\200\346\265\213/config.json" index e2d3225..a32997a 100644 --- "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/1.CUDA\345\272\224\347\224\250\347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\347\232\204\351\224\231\350\257\257\346\243\200\346\265\213/config.json" +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/1.CUDA\345\272\224\347\224\250\347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\347\232\204\351\224\231\350\257\257\346\243\200\346\265\213/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "error.md" + "error.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/1.CUDA\345\272\224\347\224\250\347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\347\232\204\351\224\231\350\257\257\346\243\200\346\265\213/error.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/1.CUDA\345\272\224\347\224\250\347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\347\232\204\351\224\231\350\257\257\346\243\200\346\265\213/error.json" new file mode 100644 index 0000000..9bbbce8 --- /dev/null +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/1.CUDA\345\272\224\347\224\250\347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\347\232\204\351\224\231\350\257\257\346\243\200\346\265\213/error.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "Ken", + "source": "error.md", + "notebook_enable": false, + "exercise_id": "6ac3f5d8bdb54212a59510188e7a75d5" +} \ No newline at end of file diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/2.CUDA\344\270\255\347\232\204\344\272\213\344\273\266/config.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/2.CUDA\344\270\255\347\232\204\344\272\213\344\273\266/config.json" index daecbf5..67fb0d5 100644 --- "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/2.CUDA\344\270\255\347\232\204\344\272\213\344\273\266/config.json" +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/2.CUDA\344\270\255\347\232\204\344\272\213\344\273\266/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "event.md" + "event.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/2.CUDA\344\270\255\347\232\204\344\272\213\344\273\266/event.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/2.CUDA\344\270\255\347\232\204\344\272\213\344\273\266/event.json" new file mode 100644 index 0000000..58cbef1 --- /dev/null +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/1.CUA\351\224\231\350\257\257\346\243\200\346\265\213\344\270\216\344\272\213\344\273\266/2.CUDA\344\270\255\347\232\204\344\272\213\344\273\266/event.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "Ken", + "source": "event.md", + "notebook_enable": false, + "exercise_id": "649c0ea7aedd4a2e910c099122907a70" +} \ No newline at end of file diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/1.CUDA\344\270\255\347\232\204\345\216\237\345\255\220\346\223\215\344\275\234/atom.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/1.CUDA\344\270\255\347\232\204\345\216\237\345\255\220\346\223\215\344\275\234/atom.json" new file mode 100644 index 0000000..7bafd7d --- /dev/null +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/1.CUDA\344\270\255\347\232\204\345\216\237\345\255\220\346\223\215\344\275\234/atom.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "Ken", + "source": "atom.md", + "notebook_enable": false, + "exercise_id": "6a97f7033f2546ef9281bf513a6d6774" +} \ No newline at end of file diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/1.CUDA\344\270\255\347\232\204\345\216\237\345\255\220\346\223\215\344\275\234/config.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/1.CUDA\344\270\255\347\232\204\345\216\237\345\255\220\346\223\215\344\275\234/config.json" index c79c8f8..80e3bf3 100644 --- "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/1.CUDA\344\270\255\347\232\204\345\216\237\345\255\220\346\223\215\344\275\234/config.json" +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/1.CUDA\344\270\255\347\232\204\345\216\237\345\255\220\346\223\215\344\275\234/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "atom.md" + "atom.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/2.\345\216\237\345\255\220\346\223\215\344\275\234\347\232\204\351\200\202\347\224\250\345\234\272\346\231\257/atom1.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/2.\345\216\237\345\255\220\346\223\215\344\275\234\347\232\204\351\200\202\347\224\250\345\234\272\346\231\257/atom1.json" new file mode 100644 index 0000000..dd40897 --- /dev/null +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/2.\345\216\237\345\255\220\346\223\215\344\275\234\347\232\204\351\200\202\347\224\250\345\234\272\346\231\257/atom1.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "Ken", + "source": "atom1.md", + "notebook_enable": false, + "exercise_id": "2bef32324a484a6392089cda667d4f82" +} \ No newline at end of file diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/2.\345\216\237\345\255\220\346\223\215\344\275\234\347\232\204\351\200\202\347\224\250\345\234\272\346\231\257/config.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/2.\345\216\237\345\255\220\346\223\215\344\275\234\347\232\204\351\200\202\347\224\250\345\234\272\346\231\257/config.json" index 16a4f30..a2ea346 100644 --- "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/2.\345\216\237\345\255\220\346\223\215\344\275\234\347\232\204\351\200\202\347\224\250\345\234\272\346\231\257/config.json" +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/2.\345\216\237\345\255\220\346\223\215\344\275\234/2.\345\216\237\345\255\220\346\223\215\344\275\234\347\232\204\351\200\202\347\224\250\345\234\272\346\231\257/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "atom1.md" + "atom1.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/1.CUDA\346\265\201\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265/config.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/1.CUDA\346\265\201\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265/config.json" index 8ea3e13..2489d6e 100644 --- "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/1.CUDA\346\265\201\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265/config.json" +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/1.CUDA\346\265\201\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "stream.md" + "stream.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/1.CUDA\346\265\201\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265/stream.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/1.CUDA\346\265\201\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265/stream.json" new file mode 100644 index 0000000..e4283a9 --- /dev/null +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/1.CUDA\346\265\201\347\232\204\345\237\272\346\234\254\346\246\202\345\277\265/stream.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "Ken", + "source": "stream.md", + "notebook_enable": false, + "exercise_id": "de79a1ffeb284fd284a017d425bba4ad" +} \ No newline at end of file diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/2.\351\273\230\350\256\244\346\265\201\344\270\216\351\235\236\351\273\230\350\256\244\346\265\201/config.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/2.\351\273\230\350\256\244\346\265\201\344\270\216\351\235\236\351\273\230\350\256\244\346\265\201/config.json" index 4e7ea31..97ff9e1 100644 --- "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/2.\351\273\230\350\256\244\346\265\201\344\270\216\351\235\236\351\273\230\350\256\244\346\265\201/config.json" +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/2.\351\273\230\350\256\244\346\265\201\344\270\216\351\235\236\351\273\230\350\256\244\346\265\201/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "stream1.md" + "stream1.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/2.\351\273\230\350\256\244\346\265\201\344\270\216\351\235\236\351\273\230\350\256\244\346\265\201/stream1.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/2.\351\273\230\350\256\244\346\265\201\344\270\216\351\235\236\351\273\230\350\256\244\346\265\201/stream1.json" new file mode 100644 index 0000000..10d2ebe --- /dev/null +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/2.\351\273\230\350\256\244\346\265\201\344\270\216\351\235\236\351\273\230\350\256\244\346\265\201/stream1.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "Ken", + "source": "stream1.md", + "notebook_enable": false, + "exercise_id": "1aed26c53aa749b59b33ad8184096586" +} \ No newline at end of file diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/3.\345\210\251\347\224\250CUDA\346\265\201\351\207\215\345\217\240\350\256\241\347\256\227\345\222\214\346\225\260\346\215\256\344\274\240\350\276\223/config.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/3.\345\210\251\347\224\250CUDA\346\265\201\351\207\215\345\217\240\350\256\241\347\256\227\345\222\214\346\225\260\346\215\256\344\274\240\350\276\223/config.json" index de34c41..c581ce1 100644 --- "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/3.\345\210\251\347\224\250CUDA\346\265\201\351\207\215\345\217\240\350\256\241\347\256\227\345\222\214\346\225\260\346\215\256\344\274\240\350\276\223/config.json" +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/3.\345\210\251\347\224\250CUDA\346\265\201\351\207\215\345\217\240\350\256\241\347\256\227\345\222\214\346\225\260\346\215\256\344\274\240\350\276\223/config.json" @@ -3,7 +3,7 @@ "keywords": [], "children": [], "export": [ - "stream2.md" + "stream2.json" ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/3.\345\210\251\347\224\250CUDA\346\265\201\351\207\215\345\217\240\350\256\241\347\256\227\345\222\214\346\225\260\346\215\256\344\274\240\350\276\223/stream2.json" "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/3.\345\210\251\347\224\250CUDA\346\265\201\351\207\215\345\217\240\350\256\241\347\256\227\345\222\214\346\225\260\346\215\256\344\274\240\350\276\223/stream2.json" new file mode 100644 index 0000000..4e04315 --- /dev/null +++ "b/data/2.CUDA\345\205\245\351\227\250\344\270\255\351\230\266/3.CUDA stream/3.\345\210\251\347\224\250CUDA\346\265\201\351\207\215\345\217\240\350\256\241\347\256\227\345\222\214\346\225\260\346\215\256\344\274\240\350\276\223/stream2.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "Ken", + "source": "stream2.md", + "notebook_enable": false, + "exercise_id": "7aa27fe2a47e4993bc08029738c808e0" +} \ No newline at end of file diff --git a/data/tree.json b/data/tree.json index f146897..59978f4 100644 --- a/data/tree.json +++ b/data/tree.json @@ -19,7 +19,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -28,7 +29,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -37,12 +39,14 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -56,7 +60,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -65,7 +70,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -74,7 +80,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -83,7 +90,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -92,7 +100,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -101,7 +110,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -110,12 +120,14 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -129,7 +141,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -138,7 +151,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -147,7 +161,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -156,7 +171,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -165,12 +181,14 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -184,7 +202,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -193,7 +212,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -202,12 +222,14 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -221,7 +243,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -230,7 +253,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -239,12 +263,14 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -258,17 +284,20 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -287,7 +316,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -296,12 +326,14 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -315,7 +347,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -324,12 +357,14 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -343,7 +378,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -352,7 +388,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -361,17 +398,20 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -390,7 +430,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -399,12 +440,14 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -418,7 +461,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -427,7 +471,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -436,7 +481,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -445,12 +491,14 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -464,7 +512,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -473,7 +522,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -482,7 +532,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -491,7 +542,8 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } }, { @@ -500,21 +552,25 @@ "keywords": [], "children": [], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } ], "keywords_must": [], - "keywords_forbid": [] + "keywords_forbid": [], + "group": 0 } } \ No newline at end of file -- GitLab