Alex E
Alex E
For me, when I try to use this, VS Code just opens the cpp file, then the extension host hangs. Thinking it has to do with the vim plugin?
Although most custom ops don't use this field, some now do, see https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/kernels/ethos_u/ethosu.cc for example. I think this is the correct way to fix this, do you see any issues...
When I'm debugging a cell in a python notebook, it tries to the use the typescript visualizers (GraphViz, viz.js, etc) When I debug a python file, everything works and it's...
We're storing the results of umap.fit by pickling the umap object. I see this saves all the training ("raw") data, which is creating files close to 1 GB for our...
I had an issue where reading from the array from a vector declared globally, but inside a namespace, triggered a seg fault when trying to read the pointer returned by...
Question, should assert work out of the box with cppyy? I'm also running with export EXTRA_CLING_ARGS='-Wno-asm-operand-widths', so that means -DNDEBUG shouldn't be getting passed in correct?
When I compile with optimization, I no longer get a trace: I've confirmed I'm still passing -g during compile ``` Building CXX object CMakeFiles/app.dir/src/main.cpp.o /Library/Developer/CommandLineTools/usr/bin/c++ -g -O3 -DNDEBUG -arch arm64...