Julien Stephan
Julien Stephan
vendor properties need to be prefixed with "vendor" on android 12, as explained here: https://android.googlesource.com/platform/system/sepolicy/+/refs/heads/master/tests/check_prop_prefix.py#86 Today, when defining this sepolicy: Armnn.operandTypeTensorQuant8AsymmPerformance.execTime u:object_r:armnn_prop:s0 we have this build error: Allowed context prefixes...
Hi, I am not able to compile android-nn-driver 21.08, here is the error I get: ``` ArmnnPreparedModel_1_2.cpp:722:31: error: no matching function for call to 'MicrosecondsDuration' timing.timeOnDevice = MicrosecondsDuration(timeTaken.second, timeTaken.first); ^~~~~~~~~~~~~~~~~~~~...
## Summary * OS: Ubuntu * Bug fix: yes * Type: core * Partially fixes https://github.com/giampaolo/psutil/issues/2557 ## Description Some platforms (like RISC-V) only expose one cpufreq policy that manages multiple...
### Describe your issue. In addition to the known failure of `test_nan_inputs[sph_harm]` on riscv64 (see [issue #22753](https://github.com/scipy/scipy/issues/22753)), we are observing several tests that randomly hang when running under riscv64 in...
Now that cibuildwheel and PyPI support riscv64, we can start building riscv64 wheels for ultrajson. Because there is no native riscv64 runner available, this PR adds a QEMU-based riscv64 job...
# Proposed new feature or change: I'm opening this issue to start the discussion on what it would take to get the ultrajson project to build and distribute riscv64 manylinux/musllinux...
# Proposed new feature or change: I'm opening this issue to start the discussion on what it would take to get the tornado project to build and distribute riscv64 manylinux...
Now that cibuildwheel and PyPI support riscv64, we can start building riscv64 wheels for Tornado. Because there is no native riscv64 runner available, this PR adds a QEMU-based riscv64 job...