mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-14 20:49:40 +00:00
fix context shifting
This commit is contained in:
parent
07c4966a80
commit
c54a6a0132
8 changed files with 397 additions and 73 deletions
|
@ -313,7 +313,8 @@ struct disk_props {
|
|||
};
|
||||
|
||||
struct startup_args{
|
||||
bool should_profile;
|
||||
bool should_profile;
|
||||
uint32_t n_ctx;
|
||||
};
|
||||
|
||||
struct device_info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue