Compare commits
1 Commits
331c4decaa
...
2bfc6c4bde
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bfc6c4bde |
@@ -418,7 +418,7 @@ module VX_execute import VX_gpu_pkg::*; #(
|
||||
input [31:0] denom_bits;
|
||||
begin
|
||||
`ifdef SV_DPI
|
||||
scalar_tmem_softmax_prob_pack = 32'(dpi_softmax_prob_to_fp8e4m3x4(1'b1, int'(score_bits), int'(max_bits), int'(denom_bits)));
|
||||
scalar_tmem_softmax_prob_pack = 32'(dpi_softmax_prob_to_f16x2(1'b1, int'(score_bits), int'(max_bits), int'(denom_bits)));
|
||||
`else
|
||||
scalar_tmem_softmax_prob_pack = '0;
|
||||
`endif
|
||||
|
||||
Reference in New Issue
Block a user