-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Some of the external library paths become too long if uploaded directly into a git repository and another user tries to check them out locally:
error: unable to create file oidn/external/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part1.cpp: Filename too long
A workaround for this is enabling long path support like:
git config core.longpaths true
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled = 1
but if this could be improved in OIDN, it would be nice.
bojosos and deyan-hadzhiev
Metadata
Metadata
Assignees
Labels
No labels