Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This repository contains the SystemVerilog RTL, C++, HLS (Intel FPGA OpenCL to wrap RTL code) and Python needed to reproduce the numerical results in "[Rethinking floating point for deep learning](https://arxiv.org/abs/1811.01721)" [1].
To replicate the numerical outcomes presented in "Rethinking floating point for deep learning," this repository includes the necessary SystemVerilog RTL, C++, and Python code, along with the HLS (Intel FPGA OpenCL) required to encapsulate the RTL code.(https://arxiv.org/abs/1811.01721)" [1].

There are two types of floating point implemented:

Expand Down