Balint Cristian

Results 96 comments of Balint Cristian

> @ 0x7f4a44a37d54 __cxa_throw > @ 0x5580a21d7c55 pba::ProgramCU::CheckErrorCUDA() * Also this [CheckErrorCUDA()](https://github.com/cbalint13/pba/blob/610a945fc09c9a95884a8faad5c51ba77b0d96ed/src/pba/ProgramCU.cu#L128) doesn't print anything useful about the **error** itself. I would expect to print ```cudaGetErrorString(e)``` the human readable message,...

> I think I solved it by removing the `__shared__` from these lines: (2110-2111) * Must be ```__shared__``` memory type to leverage parallel access to it. * It might be...

@shir-barzel-healthy , A more easy poking around would be just to print: ```WIDTH```, ```BBIT```, ```VSZ``` along with ```num```, ```rowsz``` along with pointer addresses of ```*blocks```, ```*x```, ```*results``` and see if...

* I tried to reproduce with random data a singe call to ```multiply_block_conditioner_kernel()``` having "WIDTH:128,BBIT:2,VSZ:3,num:47280,rosz:47360" but it doesn't crash on my SM61 (Pascal). * Now, how could I have the...

@ZigFisher , Thanks for your interest in this project ! Will continue to add features, need to publish on main page a sort of timeline for all goals. * I...

> Hi Cristian, > > > Will see how to make commercial samples of these small boards for those who desire, and document some interesting real case scenarios where it...

@stif, * Bootloader (use pure soft-uart bitbang) and MainMode (use hw-serialazier) and shares different routines / algorithm. * There are different baud-ranges that can be covered, ironically the bootloder (softuart)...

@storfusker Hi Steen, > Hi Christian > Great project. Thanks for sharing First, thank you for your time and review you make ! > I don't know if this project...

@Fux2 , Most common mistakes: * Check power supply make sure you have ~5V right on the Vdd pin of Attiny75 (diode & cable-length drops down significantly). * Check that...

At so low speed the jitter is ignorable. I dont have any problems reading from dozens (almoust 100 now) of such modules since 2 year. Continuous aquisition per minute basis....