Will Trojak
Will Trojak
I have been having some trouble getting libxsmm to work on the Apple M1 architecture ```bash $ sysctl -a | grep brand > machdep.cpu.brand_string: Apple M1 ``` I compiled the...
In PR #1196 a check was added for unique domain IDs. In PyFR, for simplicity, we have been setting the domain ID to `f'domain_{rank}_{element type}'`. However #1196 assumes that the...
Would it be possible to add something to the scene API that allows metadata to be written to PNGs? Additionally, would it be possible for a flag that causes a...
I was interested in using the contourtree functionality, but it doesn't seem to be exposed as a pipeline filter. Is this deliberate or just an oversight? Does the contour tree...
Added the feature to profile, that additional arguments can be given that are passed to rocprof. This is mainly in response to https://github.com/AMDResearch/omniperf/issues/164 and to allow trace start to be...
I'm trying to profile an application that does run-time code generation and that does some of its own internal rudimental profiling. As a result, I'd like to be able to...
I'm trying to compile the current develop branch with cray compilers, but I'm getting the following error and many more like it: ``` [ 89%] Linking CXX executable ascent_about ld.lld:...
This adds F32 and F64 support for PowerPC LE 64, by building on some initial work by @breuera. Features: * Support for VSX instructions seen on power9 and older. *...
Is there a plan to update the Python dependency? I was just wondering because Python 3.7 went end-of-life about 2 years ago.