Balint Cristian
Balint Cristian
@alvor, What sensors are you reading ? * Please make **sure** you put the decoupling capacitor at the output of voltage supply (5V & GND). * Also make sure you...
@alvor, * Would you try please to concatenate boot.hex + main.hex and flash resulting .hex into attiny ? * Make sure what you flash in attiny is correct, eventrualy dump...
@inspirit, - Agree with that. Something is odd with latest commits from this year, 2013 code runs better.
@mithro , @umarcor For {epel8, fc35, fc36, fc37} x {aarch64, ppc64le, x86_64} native builds are weekly in [HDL repo](https://copr.fedorainfracloud.org/coprs/rezso/HDL) . Latest build: https://copr.fedorainfracloud.org/coprs/rezso/HDL/build/4293471 * ```centos9``` when the EPEL part of...
@mithro , @umarcor Weekly native package in [HDL repo](https://copr.fedorainfracloud.org/coprs/rezso/HDL) . ``` $ dnf copr enable rezso/HDL $ dnf install verible $ rpm -q verible verible-0.0-20220407.0.gitb534c1fe.fc37.x86_64 ```
@junrushao1994 , In looking for auto-tensorization ability of TVM (to explore search for accelerators designs & custom ISA) permit me to ask: * Was ```Auto Tensorization``` removed form this list...
> Hey @cbalint13 thanks for asking! Absolutely! > @junrushao1994 First, thanks a lot for your time ! - I am very happy even just to witness what is going on...
@chen-yu-quan , @hanyong97 ``` # fix some tests find {tests,examples} -name '*.py' -exec \ sed -i "s|verify_rslt == '# verify: PASSED'|'# verify: PASSED' in rslt|g" {} + find {tests,examples} -name...
I believe that by exporting some API of xaVNA to some higer level languages e.g. python would be wiser and would cover more universal scenarios. Some small script examples (e.g....
On Thu, May 16, 2019 at 5:04 PM jkassot wrote: > Are there any developments with regards to a Python wrapper for the C/C++ > libraries? That would help a...