[v0.02] Add warning message. Hide the waiting message when CUDA initialization is done. Fix compiler warnings

This commit is contained in:
Dr-Noob
2021-08-15 21:56:51 +02:00
parent 2687fa5016
commit 8386052b10
4 changed files with 23 additions and 12 deletions

View File

@@ -355,5 +355,7 @@ char* get_str_chip(struct uarch* arch) {
}
void free_uarch_struct(struct uarch* arch) {
free(arch->uarch_str);
free(arch->chip_str);
free(arch);
}