Peter Colberg

Results 5 issues of Peter Colberg

This applies commit e1619fa64616a05ae962952b7bc6517af9f74dda to the experimental implementation to match the supported implementation. https://github.com/intel/llvm/pull/5471 https://github.com/intel/llvm/pull/5895 Cc: @tyoungsc @shuoniu-intel @rho180 @zibaiwan

Add a memory order parameter to device-side read/write members and default to `sycl::memory_order::seq_cst`. Replace `min_capacity` property with compile-time properties list for use with `SYCL_INTEL_FPGA_data_flow_pipes_properties` extension. Add host pipe read/write members...

See also https://github.com/intel/llvm/pull/5838 Cc: @mkinsner @GarveyJoe @aditikum @rho180 @zibaiwan

I originally installed a machine from a RHEL 10 bootc image, which places the boot loader under `EFI/redhat/` on the EFI partition. Booting a Fedora 42 bootc image does not...

Use the new overload of Target::createMCObjectStreamer() without the three trailing, unused bool arguments. The existing overload with the three bool arguments was deprecated in LLVM 19 and removed in main....