jongwonjlee

Results 11 comments of jongwonjlee

@hominhquan It states as follows when linked to the tutorial code: ``` 10:22:53 **** Incremental Build of configuration Debug for project hello_Z4_0 **** make -j16 all Building file: ../src/main.c Invoking:...

@hominhquan Oh, the target processor's OS (FreeRTOS) is classified into none of them in the list that BLIS is supposed to support. Does it mean that I can't use BLIS...

> Re `BLIS_OS_`, there are three options: > > 1. Add a new OS macro, with appropriate checks for predefined macro(s). As @hominhquan suggests, there may be a number of...

@devinamatthews Thanks for your comments. I am stilling with fprintf implicit declaration error and cannot figure out how to resolve this issue. Why do you think the error occurs though...

> @jongwonjlee please attach the file `include/generic/blis.h`. You might also try specifically looking at the EWL headers to verify that fprintf is in there (maybe it needs a macro defined...

> @jongwonjlee please attach the file `include/generic/blis.h`. You might also try specifically looking at the EWL headers to verify that fprintf is in there (maybe it needs a macro defined...

> BTW, can you also send the output of `powerpc-eabivle-gcc -dM -E - < /dev/null`? @devinamatthews For another FYI, I also attach [macros](https://github.com/flame/blis/files/7061142/output.txt) for the cross compiler I'm using.

> Re `fprintf`: worst case you can write a simple `fprintf` yourself which just calls `vprintf` (and if `vprintf` isn't available, maybe define `fprintf` as a variadic macro). @devinamatthews That...

In summary, based on the discussion in this thread: The current implementation of Apriltag detection does not provide a direct method to measure the uncertainty or covariance matrix. - @canberkgurel...

Hi @iahmedmaher, just following up on this discussion, as I'm encountering the same issue you mentioned. For a sanity check, I compared the ground-truth depth map of the Synthetic NeRF...