ROCT-Thunk-Interface icon indicating copy to clipboard operation
ROCT-Thunk-Interface copied to clipboard

Radeon Open Compute Thunk Interface

Results 32 ROCT-Thunk-Interface issues
Sort by recently updated
recently updated
newest added

The maxnode argument is the maximum node number in the bit mask plus one. Signed-off-by: Guo Lei

Fixes linking failure with gold, where linker flags are mangled. For example, I was getting this: ``` -Wl,-z,nodelete;-Wl,-no-undefined ``` where it should really be: ``` -Wl,-z,nodelete -Wl,-no-undefined ```

add reigstered shared memory info. otherwise it fails to deattach the IPC shared memory.

As per title: `libhsakmt.pc.in` has ``` prefix=@CPACK_PACKAGING_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_{INCLUDE,LIB}DIR`. This leads to broken .pc files on NixOS in particular. See...

@nitishjohn;@sklam;@guansong;@TermoSINteZ;@NEELMCW;@nhaustov;@kasaurov;@Kirpich30000;@arodrigx7; @amdgerritcr We are going to enforce two factor authentication in (https://github.com/RadeonOpenCompute/) organization on 7th April , 2022 . Since we identified you as outside collaborator for this organization, you...

Any particular reason why https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/blob/3277d5354ed623598a5cea82cc3790a577af177c/CMakeLists.txt#L195 this was added to ROCm 4.5.0? (pinging @kentrussell) I don't see it being used in the code at all. It blocks automated builds of this...

roct-thunk-interface/tests/rdma/simple/drv I cannot find a definition for `amd_p2p_page_table`

Running software such as rocminfo, results in a assertion error from line 1096 in topology.c, and pretty much nothing is working as expected. This also happens with other tools like...