Sv. Lockal

Results 59 comments of Sv. Lockal
trafficstars

While testing with Flux, I discovered few interesting things: 1) ipex allocates extra memory (even with `weight_prepack=False`) so that with ipex Flux + OS does not fit 64GB. 2) ipex...

Hi, actually the first version from 2016 [used svg](https://github.com/AngryLoki/wikidata-graph-builder/blob/f6a56e04afdc03c18843532458f2789a5a43abc7/src/assets/scripts/Graph.coffee#L153). It was based on D3.js, which was mostly monolithic and SVG-based back then. In the first version there were no direct...

I guess this is related to https://www.joshmcguigan.com/blog/gentoo-uutils-coreutils/ > a matter of diff'ing those two lists and patching up any gaps Missing in `sys-apps/uutils-coreutils-0.0.27` (mostly missing symlinks): ``` b2sum chcon (requires...

Issue still applies to rocm-6.2.0, please fix ```diff --- a/hsacore.so.def +++ b/hsacore.so.def @@ -247,12 +247,6 @@ global: hsa_amd_vmem_retain_alloc_handle; hsa_amd_vmem_get_alloc_properties_from_handle; hsa_amd_agent_set_async_scratch_limit; - hsa_tools_scratch_event_alloc_start; - hsa_tools_scratch_event_alloc_end; - hsa_tools_scratch_event_free_start; - hsa_tools_scratch_event_free_end; - hsa_tools_scratch_event_async_reclaim_start;...

Note: updated description to mention hsaKmtAllocMemoryAlign too.

Looks like this PR was merged successfully and can be closed.

easynegative is not a lora, it is textual embedding, see responses in https://www.reddit.com/r/comfyui/comments/1ap90iz/some_questions_i_need_answered/ about usage.

Just a small update: setting `CMAKE_CXX_STANDARD 17` is not enough, as build fails with libstdc++ too: https://github.com/ROCm/hipSPARSE/blob/b1e2366a99e75e4ee2eee855732fdb2d5d934a39/clients/common/utility.cpp#L37-L46 1) to use `__cpp_lib_filesystem` you need to `#include ` (or hope that it...

> do a full reboot IIRC, geohot encountered similar issues many time and recovered without reboot with `sudo rmmod amdgpu && sudo modprobe amdgpu` Before ROCm 6.0.3 release there was...