/r/arm
I speak of the ARM996HS, an ARM9E-compatible core with no clock. Coordination of pipeline stages is done via a four-phase handshake between successive stages. This allows the core to speed up or slow down with temperature or voltage changes rather than compromise reliability, and enables zero-power WFI, as the core is literally not running. Benchmarks (in the paper) show near-identical performance and area to the most similar clocked core, in a third of the power.
For some inscrutable reason, this was the only clockless core ever developed by Arm, barring some prior academic ventures. Sadly, this seems to be for a legal rather than technical reason: it was a collaboration with another company, and is not mentioned on Arm's developer site. Ultimately, we may never know why we don't have fully passive M0+'s today.
Quick heads up, I don’t know much about ARM.
With that said, I just discovered what ARM is even though it has been out for decades now and I’m intrigued.
I’m currently looking at the top ARM processors and I wanted opinions on a few things: What is the future of ARM chips, what companies are the best at manufacturing them and in what use do you think higher performance ARM chips will be the most revolutionnary?
It doesn't necessarily have to be Windows or Linux. After searching YouTube, Discord and Reddit for this information, I couldn't find it anywhere.
Is it possible to SWITCH ChromeOS for ANYTHING ELSE on a model with an ARM processor?
Hi, I am trying to understand CMSIS-NN Softmax implementation for a 16 bit signed input (https://github.com/ARM-software/CMSIS-NN/blob/22080c68d040c98139e6cb1549473e3149735f4d/Source/SoftmaxFunctions/arm_softmax_s16.c).
Arm has provided an example input data and expected output data here (https://github.com/ARM-software/CMSIS-NN/tree/22080c68d040c98139e6cb1549473e3149735f4d/Tests/UnitTest/TestCases/TestData/softmax_s16), so I am trying to understand the code by reverse engineering the C code to Python (my end goal is to modify the provided C code, and use the right config parameters (and possibly the appropriate lookup tables) for on chip deployment). There are two things that currently makes the softmax implementation difficult for me to use out of the box.
Unfortunately, I don't know C, so I'm wondering if anybody can provide me some guidance to using the softmax implementation, or links/videos I can use to understand this.
Any ideas what to do with and old Odroid XU4? https://wiki.odroid.com/odroid-xu4/odroid-xu4
With a Proxmox homelab I'm struggling to think of a project I can use it in. I do like retro games but more into devops etc, so perhaps a router or something?
I can write Go to a decent level so that would be fun do to.
Suggestion welcome! And even better if you're currently working on something similar and would like to bounce ideas.
Has anyone given this 1st step of Hirevue interview for a similar role, please tell me how it would be and what questions I can expect. I am panicking please
ARM SWE intern Interview Cambridge,UK
Hi All,
I’ve been scheduled for the second stage interview for the ARM Software Engineering - Machine Learning Intern role, and I’m hoping to get some pointers from anyone who has experience with ARM interviews.
Specifically, what coding topics are typically covered. The usual LC Easy Medium mix? or are there specific areas they tend to emphasize? Any insight on the structure or common themes in the questions would be highly appreciated!
I’ve tried searching online but there’s not much to go off it seems.
Hi everyone, how do I get support from Rockchip? Eval kıta, SDK etc. I want to develop product using RK3588 but I dont want to use SoM.
I've dual booted Linux for a while now. over the past year I've totally phased Windows out of my workflow. I have a relatively old pc from 2019 but it's a fairly powerful machine, which I need for my work (graphic design animation and 3D rendering). I have an ok GPU (Nvidia GTX 1060).
if I wanted to buy a new machine, I was wondering if there are decent arm alternatives I can run only Linux on, and what's the tradeoff in terms of performance. mainly I want a smaller and quieter machine but I'm afraid I'd feel the lack of a dedicated GPU. I've only ever use Blender with cuda. my current pc cost around €1200 at the time I purchased it. will an arm equivalent be cheaper or more expensive?
I'm debating grabbing a ARM Snapdragon laptop versus AMD Ryzen AI 9 laptop. But my concern is that i really enjoy older and more obscure software (not too obscure). And i don't know if i would often run into compatibility issues.
These are really similar in build but the Snapdragon has a longer battery and less weight which is noticeable.
Any advice?
https://nanoreview.net/en/laptop-compare/hp-omnibook-x-vs-hp-omnibook-ultra-14?m=r.1-and-c.2_r.1
I invested in arm before the earning call but don’t know the reason for its fall Even though it has a positive earning
Today, Google released their Axion instances powered by custom ARM chips, and we got early access to test them out for our internal workloads. The results were impressive!
I am sharing our blog post where we shared the results and observations, and I am happy to discuss if anyone got similar result.
https://cloudfleet.ai/blog/partner-news/2024-10-google-cloud-new-arm-instance-axion/
Just got an interview at ARM next week, was wondering does anyone know what type of questions they ask?
Hi, I've tested this code on the MSP430G2553 launchpad and it worked well, but on proteus it doesn't, as shown in the image. What could be the problem here?
#include <msp430.h>
/**
* main.c
*/
int i = 0;
int main(void)
{
WDTCTL = WDTPW | WDTHOLD; // stop watchdog timer
P1DIR |= 0x01;
while(1){
P1OUT ^= 0x01;
for(i=0;i<50000;i++);
}
}
i was looking at how to run some steam games on linux and thery where using proton.... that got me thinking, will proton work on linux on a ARM machine?
Hi everyone,
I have a device with the Snapdragon 8 Gen 2 chipset, and I'm planning to install Windows on it using QEMU for virtualization. I know that the Adreno 740 GPU in this chipset supports DirectX 12, but I'm having trouble finding the appropriate drivers for it under Windows.
Has anyone successfully managed to run Windows on ARM with Snapdragon 8 Gen 2 and get DirectX 12 working? Are there any drivers available or workarounds to get hardware-accelerated graphics (DirectX, OpenGL, or Vulkan) on this platform? Any help with driver sources, tweaks, or tips on optimizing performance in a virtualized environment would be greatly appreciated.
Thanks in advance!
Windows on Arm #ReleaseTheNvidiaDriver
Hello to everyone.
I'm trying to find a way to use a kernel newer than the 4.9 on the Jetson Nano.
To achieve the goal I’ve emulated the Raspi OS (based on Debian Bookworm running with kernel 6.x) and I’ve enabled the KVM nested virtualization inside of it.
The Jetson Nano has 4 cpus,so 2 can be assigned to Ubuntu and 2 cpus to the RaspiOS or maybe 1 and 3.
Now the question is : can I do the passthru of the jetson nano GPU from the host OS (Ubuntu 22.04) to the guest OS (RaspiOS / Debian Bookworm) ?
If it can be done,what will happens ? will the gpu be usable within Debian ?
Can VMWare ESXi for ARM be useful in this scenario ?