mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
42f3d55e15
commit
649e15c2b3
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@
|
|||
|
||||
// Number of SFU units
|
||||
`ifndef NUM_SFU_LANES
|
||||
`define NUM_SFU_LANES `MIN(`NUM_THREADS, 4)
|
||||
`define NUM_SFU_LANES `NUM_THREADS
|
||||
`endif
|
||||
`ifndef NUM_SFU_BLOCKS
|
||||
`define NUM_SFU_BLOCKS 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue