Skip to content

Local Memory Support

Hüseyin Tuğrul BÜYÜKIŞIK edited this page Jul 4, 2023 · 1 revision

Simulated annealing kernel allows use of in-chip local memory that is fast. Some code from neural network that learns square-root function:

        UFSACL::UltraFastSimulatedAnnealing<16+8+1, 10000> sim(R"(
                local float neuronResults[8];   
                ...
        )");
Clone this wiki locally