mirror of
https://github.com/turboderp-org/exllamav3.git
synced 2026-05-12 00:41:38 +00:00
TP: Increase reduce timeout to 45s to allow for autotune
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
__device__ __forceinline__ uint64_t sync_deadline()
|
||||
{
|
||||
return globaltimer_ns() + SYNC_TIMEOUT * 1000000000ull;
|
||||
return globaltimer_ns() + SYNC_TIMEOUT * 45000000000ull;
|
||||
}
|
||||
|
||||
__device__ __forceinline__ uint32_t check_timeout(PGContext* ctx, uint64_t deadline, const char* name)
|
||||
|
||||
Reference in New Issue
Block a user