K. S. Ernest (iFire) Lee
K. S. Ernest (iFire) Lee
Are you aware that the github actions cicd tests are failing?
I am testing this in https://github.com/godotengine/godot/pull/94321
## Background notes Building TBB as a static library is not recommened and is only supported because Intel has a "bigiron" business requirement. https://github.com/jckarter/tbb/blob/master/build/big_iron.inc Godot Engine doesn't use openmp because...
Here's a decision table for compiler support https://github.com/godotengine/godot/pull/91833
@pca006132 do you have a listing of all the thrust apis we use? It'll help us select another option.
Gathered by chatgpt4 from `par.h` ```c++ THRUST_DYNAMIC_BACKEND(copy_if, void) THRUST_DYNAMIC_BACKEND_VOID(exclusive_scan) THRUST_DYNAMIC_BACKEND_VOID(for_each) THRUST_DYNAMIC_BACKEND_VOID(for_each_n) THRUST_DYNAMIC_BACKEND(gather_if, void) THRUST_DYNAMIC_BACKEND_VOID(gather) THRUST_DYNAMIC_BACKEND(reduce_by_key, void) THRUST_DYNAMIC_BACKEND_VOID(scatter) THRUST_DYNAMIC_BACKEND_VOID(sequence) THRUST_DYNAMIC_BACKEND(transform_reduce, void) STL_DYNAMIC_BACKEND(all_of, bool) STL_DYNAMIC_BACKEND(count_if, int) STL_DYNAMIC_BACKEND_VOID(copy) STL_DYNAMIC_BACKEND_VOID(copy_n) STL_DYNAMIC_BACKEND(find_if, void) STL_DYNAMIC_BACKEND(find, void)...
Any idea why it's failing on godot-cpp?
This sounds like a godot engine next major version change? Is it possible to reduce scope?
Are the binary files supposed to be included?
Do you know if whisper.cpp has a 1 merge commit policy? The binary files are still in the pull request. You probably need to squash.