Switch to FP32 tensor core for use in flash
This commit is contained in:
@@ -332,7 +332,8 @@ class Vortex(tile: RadianceTile)(implicit p: Parameters)
|
|||||||
// tensor core
|
// tensor core
|
||||||
// this module is referenced from inside the Verilog RTL of the core
|
// this module is referenced from inside the Verilog RTL of the core
|
||||||
// pipeline.
|
// pipeline.
|
||||||
addResource("/vsrc/TensorDotProductUnit.sv")
|
addResource("/vsrc/TensorDotProductUnitFP32.sv")
|
||||||
|
// addResource("/vsrc/TensorDotProductUnit.sv")
|
||||||
|
|
||||||
// fpnew
|
// fpnew
|
||||||
// compile order matters; package definitions (ex. fpnew_pkg) should be
|
// compile order matters; package definitions (ex. fpnew_pkg) should be
|
||||||
|
|||||||
Reference in New Issue
Block a user