hughperkins / tf-coriander

OpenCL 1.2 implementation for Tensorflow
Apache License 2.0
792 stars 90 forks source link

macOs Sonoma 14.4.1 M2 #101

Open AHossamHaloda opened 5 months ago

AHossamHaloda commented 5 months ago

I've successfully built the project, however I'm getting this error at run time.

"libc++abi: terminating due to uncaught exception of type std::__1::system_error: Input/output error zsh: abort ./OSM_A_star_search"

After further investigation I found that the exception occurs during the execution of this line.

"auto display = io2d::output_surface{400, 400, io2d::format::argb32, io2d::scaling::none, io2d::refresh_style::fixed, 30};"

I'm running out of time so, I could use some help in how to approach this issue.

Thanks.