-
Aiyagari '94 model
CDC students are working on this already for getting into HARK.
Dolark ?? …
(from https://github.com/econ-ark/HARK/issues/414 )
-
# kata-runtime kata-check
WARN[0000] Not running network checks as super user arch=amd64 name= pid=5391 source=runtime
ERRO[0000] CPU property not found arch=amd64 desc…
-
I'm trying to start a websphere traditional for testing/debugging purposes
For that i've created a docker compose file to start my WAS but it never get started
here is my docker compose file
``…
-
Per reported in https://bugs.launchpad.net/bugs/1880663:
```
[ 0.000000] microcode: microcode updated early to revision 0xd6, date = 2020-04-27
[ 1.156375] microcode: sig=0x806eb, pf=0x80, revision…
-
We have planned to build another safe channel above MAM communication. We should examine the size of the request and even the efficiency
The workflow is [here](https://hackmd.io/VWsOA4YLTXG0eql_Vq…
-
We have a video/audio streaming application build on tokio(which enable parking_lot by default), when parking_lot is enabled, when we use wrk to bench http output of the streaming application, the app…
dista updated
6 months ago
-
I use rr 5.8.0 on a thinkpad l13 yoga gen 4. See below failure (even if perfs work, I added the result of lscpu too)
```
tmp ⟩ rr record ./a.out
rr: Saving execution to trace directory `/home/ilan/…
-
root@t-Default-string:/q# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 158
model name : Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
stepping : 10
microcode : 0x…
-
在cpuwide_time_ns函数中使用tsc计算时间时,使用的频率不匹配,具体描述如下:
在cpuwide_time_ns函数中有两种计算时间的方式:
(1)调用clock_gettime(即函数monotonic_time_ns)来获取时间
(2)使用 tsc/cpu_freq 来计算时间,存在以下两个疑问:
a. cpu_freq是从函数read_cpu_frequency中获取的…
-
### 🐛 Describe the bug
The following reproducer seems to take forever to compile on torch 2.4.0, I did not let it run to termination, but the regression is >> 3600 seconds:
```
import torch
im…