Jan

Results 15 comments of Jan

Not sure if the issue would actually better fit in [compiler-explorer/infra](https://github.com/compiler-explorer/infra). If so, please let me know and I will move it!

Hey, sorry for not replying sooner, I was still trying to figure out options/alternatives. Do you know if CE works inside of a Docker/Singularity container or does it require further...

Hi Matt, I managed to get a local instance of CE in a container that allows me to do cycle-accurate measurements. To provide this to users during a course/tutorial, I'm...

1) If you can access PyPI, this would be probably the easiest since `pip install osaca` will give you the latest PyPI release. 2) If you need pip to do...

After applying the semantics with [`add_semantics`](https://osaca.readthedocs.io/en/latest/sphinx/osaca.semantics.html#osaca.semantics.arch_semantics.ArchSemantics.add_semantics) (and if wished the optimal throughput with [`assign_optimal_throughput`](https://osaca.readthedocs.io/en/latest/sphinx/osaca.semantics.html#osaca.semantics.arch_semantics.ArchSemantics.assign_optimal_throughput)) to the kernel, each element of the kernel list inherits the following attributes as dict: ```...

This is not part of the current scope of work and, therefore, won't be part of OSACA anytime soon, sorry! You can check out [LLVM-MCA](https://llvm.org/docs/CommandGuide/llvm-mca.html) with its `-timeline` option though...

Interesting, thanks for this insight! What we can do and what's a low hanging fruit is reducing the calls of `get_throughput_sum()` in lines 62-64 to call it only once, do...

Hi @MintPaw, thanks for the issue! From what I can see it looks like you are right and we have to take care of some type conversions or data types,...

Hi @TomTheBear, this issue occurs on my WSL 2 (with Ubuntu 20.04) so this is probably why in that case likwid cannot be installed correctly. 9d5b885 didn't help but the...

The related PR in infra is https://github.com/compiler-explorer/infra/pull/1431