code wiki / (root) / nx_ppmi_import_probe.nx

nx_ppmi_import_probe.nx source

↩ module page · 12 lines · 391 B

1// nx_ppmi_import_probe.nx -- the EXACT acceptance case of debt 1785608999: 2// an entry file in runtime/ importing the _hdl_build-resident PPMI model lib 3// (whose 43MB trained model had ~2 importers because this failed). 4// Before the resolver fix: nx_compile_x86: expand_imports failed. 5 6import "nx_syscalls.nx" 7import "nx_ppmi_lib.nx" 8 9func main() -> i64 { 10 sys_exit(0) 11 return 0 12}