alianse777 / darknet-rust

A Rust wrapper for Darknet, an open source neural network framework written in C and CUDA.
http://pjreddie.com/darknet/
MIT License
33 stars 8 forks source link

Add `enable-openmp` feature (forwarded to `darknet-sys`) #14

Closed strohel closed 2 years ago

strohel commented 2 years ago

Depends on alianse777/darknet-sys-rust#16 - implements the idea presented in https://github.com/alianse777/darknet-sys-rust/pull/14#issuecomment-1103770763.

Enabling the flag by default should make this change backwards-compatible (no functional change), except for users that were already specifying default-features = false for darknet.

CC @alianse777 @PabloMansanet @bschwind.

strohel commented 2 years ago

@alianse777 thanks!

This PR assumed a new patch release 0.3.2 of darknet-sys would be released, would you have time to do that?

Until then, I fear that build of master is technically broken.

alianse777 commented 2 years ago

Hm, yes. Going to sort it out during weekend.