Skip to content

Commit

Permalink
habanalabs: increase GAUDI QMAN ARB WDT timeout
Browse files Browse the repository at this point in the history
The current timeout is too low for some of the workloads and we see false
errors as a result.

Reviewed-by: Tomer Tayar <ttayar@habana.ai>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
  • Loading branch information
Oded Gabbay committed Jun 24, 2020
1 parent dd2fde1 commit 647e835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/habanalabs/gaudi/gaudi.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

#define GAUDI_NUM_OF_QM_ARB_ERR_CAUSE 3

#define GAUDI_ARB_WDT_TIMEOUT 0x400000
#define GAUDI_ARB_WDT_TIMEOUT 0x1000000

static const char gaudi_irq_name[GAUDI_MSI_ENTRIES][GAUDI_MAX_STRING_LEN] = {
"gaudi cq 0_0", "gaudi cq 0_1", "gaudi cq 0_2", "gaudi cq 0_3",
Expand Down

0 comments on commit 647e835

Please sign in to comment.