renamed shared to local memory

This commit is contained in:
Blaise Tine 2024-02-29 01:04:52 -08:00
parent 1b9c39283e
commit 26d45ed9db
41 changed files with 177 additions and 406 deletions

View file

@ -5,7 +5,7 @@
int test_global_memory();
int test_shared_memory();
int test_local_memory();
int test_tmc();