hi, when I build branch main , I met a problem as follows:
make
Finished, 0 targets (0 cached) in 00:00:00.
- ocamlfind ocamlc -c -ccopt -g -g -package str -I lib -I frontc -o CUDA_Types.cmo CUDA_Types.ml
File "CUDA_Types.ml", line 100, characters 13-23:
Error: Unbound value H.find_opt
Command exited with code 2.
Compilation unsuccessful after building 25 targets (22 cached) in 00:00:00.
make[1]: [Makefile:8: Driver.byte] Error 10 (ignored)
mv Driver.byte absynth-cuda
mv: cannot stat 'Driver.byte': No such file or directory
make[1]: *** [Makefile:4: all] Error 1
make: *** [Makefile:4: all] Error 2
Thanks