-
With TF 1.x, we were able to convert the tensorflow.timeline JSON file to a form (CSV) that was usable in VTune, as documented in: [https://software.intel.com/content/www/us/en/develop/articles/profil…
-
```
I was surprised to see L2_DATA_READ_MISS_MEM_FILL, L2_DATA_READ_MISS_CACHE_FILL
as 0 for few programs when measured in PMC1, so i made a comparison with VTUNE
and feel that there is some problem…
-
```
I was surprised to see L2_DATA_READ_MISS_MEM_FILL, L2_DATA_READ_MISS_CACHE_FILL
as 0 for few programs when measured in PMC1, so i made a comparison with VTUNE
and feel that there is some problem…
-
- built-in disassembler
- ability to debug JIT-ed code with GDB (__jit_debug_register_code)
- ability to monitor JIT-ed code with sampling profilers (Linux Perf, Oprofile, VTune)
-
After following the instructions in the manual to build and run Julia with Linux perf JIT-events, I run the `perf record` analysis tool and find that it does not show any useful references to Julia fi…
-
There appears to be a problem with FPGA version 0.12 downloaded from Nuand's website and ubuntu 20.04
```
nobletrout@nobletrout-VirtualBox:~/github/bladeRF/host/build$ sudo bladeRF-cli -e version
…
-
# Background
There exists three primary Kokkos Tools core vendor Kokkos Tools connectors which provide a hook to vendor tools (NVIDIA's nvtx connector, Intel's vtune connector, and AMD rocm connec…
-
```
I was surprised to see L2_DATA_READ_MISS_MEM_FILL, L2_DATA_READ_MISS_CACHE_FILL
as 0 for few programs when measured in PMC1, so i made a comparison with VTUNE
and feel that there is some problem…
-
```
I was surprised to see L2_DATA_READ_MISS_MEM_FILL, L2_DATA_READ_MISS_CACHE_FILL
as 0 for few programs when measured in PMC1, so i made a comparison with VTUNE
and feel that there is some problem…
-
Hi thanks for the great lab.
I know that the data packing lab is marked as broken as I can't get the about 20% speed up as mentioned in the video too, however I do get about 3-8% speed up when usi…