Add dummy code for decoupled Hopper tensor core
Define EXT_T_HOPPER that, when EXT_T_ENABLE is defined, distinguishes whether to instantiate core-coupled Volta-style or decoupled Hopper-style Tensor Core.
This commit is contained in:
@@ -40,8 +40,13 @@
|
||||
`define EXT_F_ENABLE
|
||||
`endif
|
||||
|
||||
// core-coupled tensor core
|
||||
`ifndef EXT_T_DISABLE
|
||||
`define EXT_T_ENABLE
|
||||
// decoupled Hopper-style tensor core
|
||||
`ifndef EXT_T_HOPPER
|
||||
`define EXT_T_HOPPER
|
||||
`endif
|
||||
`endif
|
||||
|
||||
`ifndef XLEN_32
|
||||
@@ -83,7 +88,7 @@
|
||||
`endif
|
||||
|
||||
`ifndef NUM_CORES
|
||||
`define NUM_CORES 8
|
||||
`define NUM_CORES 4
|
||||
`endif
|
||||
|
||||
`ifndef NUM_WARPS
|
||||
|
||||
Reference in New Issue
Block a user