Prashanth Swaminathan

Results 27 comments of Prashanth Swaminathan

I suspect we're referring to PR #190 here, where we added the concept of `core_leader_id` and `cluster_leader_id` to the [RISC-V structure definition](https://github.com/pytorch/cpuinfo/blob/main/src/riscv/linux/api.h#L36C19-L36C19). In the RISC-V implementation, we [tie the processor's...

@phoebesv Would I be able to get your help for an OpenSSL configuration change? I'm trying to update the configuration scripts to support 'android-riscv64' and I'm trying to create a...

I think I've made some progress here, I'll propose the following: ``` + "android-riscv64" => { + inherit_from => [ "android" ], + asm_arch => 'riscv64', + perlasm_scheme => "linux64",...

> Is it necessary to configure them for the Android build? Could you elaborate on the intended usage? At the moment, I'm looking at platform/tools/ndkports, which uses OpenSSL. I won't...

Thanks for the feedback folks! I've pushed this for the OpenSSL folks review here: https://github.com/openssl/openssl/pull/23427

Bumping this thread because the last comment mentions we'll have 'unaligned-access' in the new toolchain, and I believe we've completed a round of updates since Oct. @appujee - should we...

Just throwing in my two cents, I'm not entirely sure of the history of the line you've referenced. It looks like they were trying to [fix the iOS build](https://github.com/pytorch/cpuinfo/commit/e135eff731cff8b1a3b1dec904e9c79e989051ec) but...

I'd recommend using the `launch_cvd` command in this project's README for the time being. The issue you're facing is that the other project you're referring to here recommends things like...

We should probably reach out to the libaom team and kick-start the long-term plan. At the moment, I don't know of anyone who needs this urgently enough that we need...

We've managed to clean some things up in regards to this - I haven't been able to reproduce your exact issue, but I've uploaded some new prebuilts that work for...