ktimam

Results 5 issues of ktimam

When AF_DISABLE_CPU_ASYNC is defined, build fails as event_impl isn't defined.

build

When building using Clang and specifying std 20, the build fails with the following error: vector:598:47: error: arithmetic on a pointer to an incomplete type 'fl::Index' 598 | return static_cast(__end_cap()...

bug

Perceptron example throws exception when OneDNN is set as backend and Arrayfire is disabled. Use following make settings: cmake .. -DCMAKE_BUILD_TYPE=Debug -DFL_USE_ARRAYFIRE=OFF -DFL_USE_ONEDNN=ON -DFL_BACKEND_CPU=ON Run "Perceptron" example. Output: [Multi-layer Perceptron]...

bug

After building release, i'm trying to run: ./Mnist data/mnist I'm receiving this error: terminate called after throwing an instance of 'std::invalid_argument' what(): TensorExtensionRegistrar::getTensorExtensionCreationFunc: no tensor extensions registered for given backend....

question