Lines Matching full:rusticl

72 - RustiCL (or maybe not...): radeonsi freezes after 2 hours of simulation, zink works just fine
101 - rusticl: Generated rusticl_mesa_bindings.c fails to find include
124 - RustiCL: deadlock when calling clGetProfilingInfo() on callbacks
136 - aco: Radeonsi unable to use rusticl
1078 - ci/lava: enable Piglit OpenCL tests so we can test rusticl on the HW
1086 - ci/lava: add support for RustiCL
1092 - rusticl: add -cl-std only when it's not defined
1431 - llvmpipe/ci: set rusticl variables in deqp-runner instead of passing them down from the job
1432 - ci: include rusticl in the arm64 build
1433 - llvmpipe,rusticl/ci: move rusticl files rule out of llvmpipe
1434 - v3d/ci: add nightly job for rusticl testing
1458 - v3d/ci: rename "rusticl on v3d" suite to \`v3d-rusticl`
1677 - rusticl: Use the new spirv_capabilities struct
2619 - rusticl/program: Arc the stored KernelInfo
2623 - rusticl: use stream uploader for cb0 if prefered
2624 - rusticl/kernel: properly handle grid and offsets being usize
2625 - rusticl: lower huge grids
2626 - rusticl: add RUSTICL_MAX_WORK_GROUPS
2627 - rusticl/event: use Weak refs for dependencies
2628 - rusticl/icd: remove CLObject
2629 - rusticl/spirv: enable more caps
2630 - Revert "rusticl/event: use Weak refs for dependencies"
2632 - rusticl/device: add DeviceCaps and move timestamp stuff into it
2633 - rusticl/device/caps: move enough for has_images
2634 - rusticl/device: properly handle devices with no support for images
2635 - rusticl/mesa/context: flush context before destruction
2636 - rusticl: merge rusticl_nir and rusticl_mesa_bindings_inline_wrapper targets
2637 - rusticl: move mesa_version_string out of the inline wrapper
2638 - rusticl: bump bindgen req to 0.65
2639 - rusticl: bump meson req to 1.4
2640 - rusticl: make use of new \`output_inline_wrapper` meson.rust.bindgen feature
2646 - rusticl: link against libgalliumvl_stub
2649 - rusticl/event: fix deadlock when calling clGetEventProfilingInfo inside callbacks
2651 - rusticl/icd: make sure returned function pointers are of the right type
2652 - rusticl/kernel/launch: fix mapping usize types to GPU pointer sizes
2653 - rusticl/kernel/launch: remove useless upload of the input
2654 - rusticl/kernel: move most of the code in launch inside the closure
2655 - rusticl/kernel/launch: move allocation of resources vec
2656 - rusticl/kernel/launch: rework how the printf buffer is allocated
2657 - rusticl/kernel/launch: get rid of Arc clones for global resources
2658 - rusticl/kernel/launch: add helper to bind global buffers
2661 - rusticl/spirv: do not pass a NULL pointer to slice::from_raw_parts
2662 - rusticl/memory: copies might overlap for host ptrs
2673 - rusticl/meson: add build root dir to the include dirs of rusticl_c
2674 - rusticl: depend on the spirv_info target
2676 - rusticl/memory: assume minimum image_height of 1
2677 - rusticl/memory: fix clFillImage for buffer images
2678 - rusticl: add new CL_INVALID_BUFFER_SIZE condition for clCreateBuffer
2679 - rusticl: add bsymbolic to linker flags
2680 - rusticl/icd: rename all entry points to the actual correct name
2682 - rusticl/queue: gracefully stop the worker thread
2683 - rusticl/queue: run rustfmt
2687 - rusticl/device: require PIPE_CAP_TEXTURE_SAMPLER_INDEPENDENT for image support
2688 - rusticl/mesa/context: handle clear_buffer not set by driver
2689 - rusticl/mesa/screen: handle get_timestamp not set by driver
2690 - rusticl/kernel/launch: fix global work offsets for 32 bit archs again
2707 - rusticl: enable v3d
2710 - rusticl/program: move binary parsing into its own function
2711 - rusticl/program: make binary API not crash on errors
2712 - rusticl/program: use blob.h to parse binaries
2713 - rusticl/program: update binary format
2714 - rusticl/program: use default in more places
2715 - Revert "rusticl/queue: run rustfmt"
2716 - Revert "rusticl/queue: gracefully stop the worker thread"
2717 - rusticl/buffer: harden bound checks against overflows
2718 - rusticl/context: move SVM pointer tracking into own type
2719 - rusticl/ptr: add a few APIs to TrackedPointers
2720 - rusticl/memory: complete rework on how mapping is implemented
2721 - rusticl: remove unused interfaces to simplify code
2722 - rusticl/mesa: remove ResourceType::Cb0
2723 - rusticl/memory: optimize sw_copy when the row_pitch matches the height
2724 - rusticl/mesa: make PipeResource repr(transparent)
2726 - rusticl/spirv: support more caps
2727 - rusticl/device: fix image_3d_write_supported for embedded
2728 - rusticl/device: turn image_3d_write_supported into a cap
2729 - rusticl/device: fix advertizement of 3d write images support
2730 - rusticl: require PIPE_CAP_IMAGE_STORE_FORMATTED for image support.
2731 - rusticl/event: make set_status handle error status properly
2732 - rusticl/queue: do not overwrite event error states
2733 - rusticl/queue: properly check all dependencies for an error status
2734 - rusticl/event: properly implement CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST
2735 - rusticl/queue: properly implement in-order queue error checking
2736 - rusticl/event: return execution errors when doing a blocking enqueue
2737 - rusticl/mesa: handle failures with u_upload_data
2738 - rusticl/mesa: set take_ownership to true in set_constant_buffer_stream
2739 - rusticl/event: fix outdated comment in call
2740 - rusticl/queue: format file
2742 - rusticl: support read_write images
2748 - rusticl: fix clippy lint having bounds defined in multiple places
2749 - rusticl/program: protect against 0 length in slice::from_raw_parts
2750 - rusticl/api: protect against 0 length in slice::from_raw_parts
2751 - rusticl/spirv: protect against 0 length in slice::from_raw_parts
2761 - rusticl/kernel: properly respect device thread limits per dimension
2762 - rusticl/memory: Fix memory unmaps after rework
2763 - rusticl/image: take pitches into account when allocating memory for maps
2764 - rusticl/image: properly sync mappings content for 1Dbuffer images
2765 - rusticl/queue: add clSetCommandQueueProperty
2767 - rusticl/memory: fix sampler argument size check
3410 - rusticl: Add panthor when panfrost is present in RUSTICL_ENABLE