Derek Gerstmann

Results 21 issues of Derek Gerstmann

This set of changes is Phase2 for adding Vulkan support, which adds the runtime class interfaces for interacting with the Vulkan API. Specifically, it adds the following files: ``` src/CodeGen_Vulkan_Dev.cpp...

Many Linux distros (eg CentOS 7.x) still ship with an old cmake 2.8 as default and the latest CMakeModules.txt updates use cmake 3.x functions, which cause strange errors to be...

priority:MEDIUM
type:IMPROVEMENT

We use displays which expect separate LEFT and RIGHT video signals, which are rendered on separate graphics cards. Ideally, it would be nice to add a tag to the tile...

priority:MEDIUM
type:NEW-FEATURE

The 'OAV' module assumes that the system include path already contains the 'libavcodec/avcodec.h' and related headers, and offers no CMAKE build option to override the FFMPEG_INCLUDE path. Attempting to set...

priority:MEDIUM
type:BUG

When invoked from the command line with a specific config, like so: ./orun -c ../../system/test-multinode.cfg The launch commands that get generated assume that the default.cfg is going to be used,...

priority:HIGH
type:BUG

The libconfig::ArgumentHelper interface is extremely fragile and error prone. It silently ignores and consumes unrecognised command line options. Please just use boost::program_options internally.

priority:LOW
type:IMPROVEMENT

It appears XCode 15 now includes a custom (undocumented) version of LD which expects object files to be generated with a version number specified in the OS part of the...

Start with adding Wiki placeholder pages

It appears that `bundle_static()` in `dependencies\llvm\CMakeLists.txt:140` is only injecting the arm64 libs from a universal build of LLVM, when Halide is also configured as a universal build (via `CMAKE_OSX_ARCHITECTURES="x86_64;arm64"`). The...

It'd be nice to add more metadata to the serialization format to enable tools to inject more specific details on where the serialization came from (eg. to enable caching of...