Leonard Mosescu

Results 16 issues of Leonard Mosescu

It works great on Ubuntu 20.04.1, although it could use a nice app icon: ![image](https://user-images.githubusercontent.com/13824553/96387159-e31a2a80-1154-11eb-8ada-57ffc7f8551d.png)

https://www.cell-lab.net is a superb implementation of a biologically inspired generative system

Qogir is one of my favorite themes. The dark and light versions have window outlines, but the default version does not, which makes it hard to visually identify overlapping window...

Are there any plans to add support for hexadecimal strings? While not as common as the decimal representation, I have a few use cases related to parsing languages which have...

Both Codon and [Triton](https://github.com/openai/triton) can generate CUDA kernels. What are the differences between the two when it comes to GPU programming? Thanks! PS. This may be something worth adding to...

`bazel test //cpp_tests/...` ``` //cpp_tests:bef_converter/bef_attr_emitter_test NO STATUS //cpp_tests:bef_converter/bef_attr_encoder_test NO STATUS //cpp_tests:bef_converter/bef_attr_reader_test NO STATUS //cpp_tests:bef_converter/bef_location_emitter_test NO STATUS //cpp_tests:bef_converter/bef_location_reader_test NO STATUS //cpp_tests:bef_converter/bef_string_emitter_test NO STATUS //cpp_tests:core_runtime/driver_test NO STATUS //cpp_tests:core_runtime/op_attrs_test NO STATUS //cpp_tests:core_runtime/op_handler_test NO...

windows

`bazel test //mlir_tests/...` ## Pass ``` INFO: Build completed, 10 tests FAILED, 5213 total actions //mlir_tests/basic_kernels:control_flow.mlir.test PASSED in 7.5s //mlir_tests/basic_kernels:float_kernels.mlir.test PASSED in 6.5s //mlir_tests/basic_kernels:kernel_errors.mlir.test PASSED in 4.7s //mlir_tests/basic_kernels:kernels.mlir.test PASSED in...

windows

Currently, the scaffolding used to run the tests is not working on Windows

windows

Try to deduplicate / consolidate the MSVC switches: https://github.com/tensorflow/runtime/blob/b570a1921c9e55ac53c8972bd2bfd37cd0eb510d/build_defs.bzl#L39-L84 https://github.com/tensorflow/runtime/blob/b570a1921c9e55ac53c8972bd2bfd37cd0eb510d/third_party/llvm/llvm.bzl#L351-L395 ...

windows

Right now, the CPU build succeeds on Windows, but there are a lot of warnings being emitted: 1. Various compiler warnings. Most, if not all, appear to be harmless/noise. 2....

windows