powderluv

Results 56 issues of powderluv

Opening an issue to discuss the PR #1156 and capture it here so it can live beyond a PR.

Quantization tests seem to fail on macOS ``` FAIL: TORCH_MLIR :: python/importer/jit_ir/ivalue_import/quantization.py (17 of 92) ******************** TEST 'TORCH_MLIR :: python/importer/jit_ir/ivalue_import/quantization.py' FAILED ******************** Script: -- : 'RUN: at line 10'; /Users/anush/github/torch-mlir/mlir_venv/bin/python3.10...

Latest delocate'd lib fails with ```` libc++abi: terminating with uncaught exception of type c10::Error: Type c10::intrusive_ptr could not be converted to any of the known types. Exception raised from operator()...

Do you know why we send in three images as the input ? out_tensors->push_back(resized_tensor); out_tensors->push_back(image_tensors_org); out_tensors->push_back(image_tensors_org4); Seems like we send tensors of shape: image_tensors[0]: Tensor

https://github.com/tensorflow/tensorflow/pull/13959 just landed so now you wouldn't need all the custom Makefiles and modifications. I also landed https://github.com/powderluv/tensorflow/commit/029ce4ed70a1d8644a8e1c11345bcae2416a2a6d which will allow you to build with ANDROID_TYPES="-D__ANDROID_TYPES_FULL" \ ./tensorflow/contrib/makefile/build_all_ios.sh The only...

https://www.tensorflow.org/api_docs/python/tf/config/experimental/enable_tensor_float_32_execution

enhancement

Generate a webpage that can be rendered in the main README.md from each perf-linux run

documentation
enhancement
help wanted

Use TempFileSAver to save each PyTest output artifacts and recreate if the test fails. looks like you can also write your own TempFileSaver to do whatever you want (see the...

enhancement

``` (new_dylib_venv) anush@nod-shared-a100-3:~/github/shark$ pytest tank/pytorch/tests/resnet101_test.py::Resnet101ModuleTest::test_module_static_cpu ================================================================================================= test session starts ================================================================================================== platform linux -- Python 3.10.4, pytest-7.1.2, pluggy-1.0.0 -- /home/anush/github/shark/new_dylib_venv/bin/python3 cachedir: .pytest_cache rootdir: /home/anush/github/shark, configfile: pytest.ini plugins: forked-1.4.0, xdist-2.5.0, typeguard-2.13.3 collecting...