-
For example N2Ds are shown in us-west2:
![Screenshot 2022-01-31 at 11 57 40](https://user-images.githubusercontent.com/566632/151790061-36473d4a-8802-4dfb-b542-03d022eb40a5.png)
(source: https:/…
-
My company's current Sentry setup relies on grabbing full native core dumps and symbolicating them using gdb. Sentry is able to nicely render the output of this process with each stack frame having a …
-
Currently, the cache simulator is ~500x of native execution, the overhead including profiling overhead, communication overhead, but the cache simulator's overhead dominates the overall slowdowns.
One…
-
```
For extra security against buffer overflows, we could implement
random addresses for the stack, data and text memory regions in any program
executed by the ProcessServer. We need a random number g…
-
```
For extra security against buffer overflows, we could implement
random addresses for the stack, data and text memory regions in any program
executed by the ProcessServer. We need a random number g…
-
```
OS X support for mapped memory regions used by process added in Issue 260 is in
need of a final enhancement that will parse the actual dylib filename/path out
of the dyld shared cache map file. …
-
```
OS X support for mapped memory regions used by process added in Issue 260 is in
need of a final enhancement that will parse the actual dylib filename/path out
of the dyld shared cache map file. …
-
Further describe capabilities such as `cuda_global_thread_{x,y,z}`, tiling, omp parallel regions.
Missing docs reported in
https://github.com/LLNL/RAJA/issues/1057
- [x] Basic overview of A…
-
```
Currently we don't cleanup sync objects residing in unmapped mmap regions and
thread stacks.
We should do that. But there is a concern of touching lots of memory aimlessly
-- the mmap can be jus…
-
CUDA (Compute Unified Device Architecture) is a parallel computing platform and application programming interface (API) model created by NVIDIA. It allows developers to use GPUs (Graphics Processing U…