Implement gkernel: Part 2 (#155)

* update

* small fixes

* deactivate

* simple kernel test
This commit is contained in:
water111
2020-12-08 21:41:36 -05:00
committed by GitHub
parent d86964985a
commit e05f3ceefc
18 changed files with 844 additions and 193 deletions
+1 -1
View File
@@ -895,4 +895,4 @@ bool run_allocator(RegAllocCache* cache, const AllocationInput& in, int debug_tr
}
}
return true;
}
}