mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-09-25 04:32:29 +00:00
use 1 GiB residency blocks
This commit is contained in:
parent
da4e841ba1
commit
5c7fc628b1
@ -31,7 +31,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static constexpr size_t MAX_RESIDENCY_BLOCK_BYTES = 256ULL * 1024ULL * 1024ULL;
|
static constexpr size_t MAX_RESIDENCY_BLOCK_BYTES = 1024ULL * 1024ULL * 1024ULL;
|
||||||
|
|
||||||
struct TensorState {
|
struct TensorState {
|
||||||
std::string name;
|
std::string name;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user