TransformerEngine icon indicating copy to clipboard operation
TransformerEngine copied to clipboard

cudaDriverEntryPointQueryResult not defined

Open xz-keg opened this issue 6 months ago • 0 comments

During installation (from main branch with pip install .), it reports error: ‘cudaDriverEntryPointQueryResult’ was not declared in this scope

on line 98 of transformer_engine/common/util/cuda_driver.cpp 98 | cudaDriverEntryPointQueryResult driver_result;

I try to search for dependency and It seems that this is not defined anywhere in this project. Where is it defined and how to solve the problem? Thanks.

I'm using python 3.12.4, cuda-11.8 and pytorch=2.4.0

xz-keg avatar Aug 10 '24 00:08 xz-keg