We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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]; ... )");