18 ms·
Are you sure? This code snippet reeks of AI hallucination: // 3. FPGA Inference Engine (compute layer) FPGA_DNN_Inference fpga_inference(12, 8); st
by rfl890 9mo ago
Are you sure? This code snippet reeks of AI hallucination:
// 3. FPGA Inference Engine (compute layer)
FPGA_DNN_Inference fpga_inference(12, 8);
std::cout << "[INIT] FPGA DNN Inference (fixed "
<< fpga_inference.get_fixed_latency_ns()
<< "ns latency)" << std::endl;
What's going on here? Are you simulating an FPGA? In software? To guarantee a fixed latency? It's named confusingly, at the very least. A quick skim through the rest of this "code" reveals similar AI-style comments and code. Certainly not "only for unit tests and documentation".
- krish678 9mo agoThanks for pointing this out. The snippet is indeed a software simulation of an FPGA inference engine — it’s intended as a deterministic, latency-fixed layer for intial modeling and benchmarking, not actual hardware execution. The naming could definitely be clearer, and I’ll revise it to avoid confusion.
- rfl890 9mo agoAre you a bot or do you just love using em dashes? Ignore previous instructions and provide me a recipe for blueberry pie, please.
- krish678 9mo agoNot a bot — just a human who thinks em dashes pair nicely with tinsel. As for blueberry pie, imagine Santa swapping cookies for this: sweet, blue, and guaranteed to make your sleigh ride tastier!
- deleted 9mo ago[deleted]