You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug ProgramEntrance_1.py get a error:opset version is not supported, can not generate dispatching scheme with op /model.10/Resize(Resize), currently we support only [(10, 13)], however 16 was given.
#579
Open
tuantuanyyyy opened this issue
Oct 21, 2024
· 1 comment
Traceback (most recent call last):
File "/root/liq/fde/lib/python3.10/site-packages/torch/utils/cpp_extension.py", line 1900, in _run_ninja_build
subprocess.run(
File "/usr/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
my gpu is rtx3090. what cause this bug?thank you for your attention to my problem.
The text was updated successfully, but these errors were encountered:
tuantuanyyyy
changed the title
测试ProgramEntrance_1.py报错:nvcc fatal : Unsupported gpu architecture 'compute_86'
debug ProgramEntrance_1.py get a error:nvcc fatal : Unsupported gpu architecture 'compute_86'
Oct 21, 2024
i search issue and find someone said that with ENABLE_CUDA_KERNEL():with ENABLE_CUDA_KERNEL(): can be try to deleted.
but also get a new error:
Traceback (most recent call last):
File "/root/liq/ppq_quantize/ppq_quantization.py", line 98, in
quantized = quantize_native_model(
File "/root/liq/fde/lib/python3.10/site-packages/ppq/core/defs.py", line 54, in _wrapper
return func(*args, **kwargs)
File "/root/liq/fde/lib/python3.10/site-packages/ppq/api/interface.py", line 518, in quantize_native_model
ppq_ir = dispatch_graph(graph=model, platform=platform,
File "/root/liq/fde/lib/python3.10/site-packages/ppq/api/interface.py", line 675, in dispatch_graph
dispatching_table = dispatcher.dispatch(
File "/root/liq/fde/lib/python3.10/site-packages/ppq/scheduler/dispatchers.py", line 199, in dispatch
recivers, generators = SOI_receivers(graph), SOI_generators(graph)
File "/root/liq/fde/lib/python3.10/site-packages/ppq/scheduler/base.py", line 63, in SOI_receivers
for idx, plat in enumerate(operation.socket.in_plat):
File "/root/liq/fde/lib/python3.10/site-packages/ppq/IR/base/graph.py", line 172, in socket
return DEFAULT_SOCKET_TABLEself.type
File "/root/liq/fde/lib/python3.10/site-packages/ppq/IR/base/opdef.py", line 307, in Resize_Socket
CHECK_OPSET(op=op, min_version_supported=10, max_version_supported=13, strict_check=True)
File "/root/liq/fde/lib/python3.10/site-packages/ppq/IR/base/opdef.py", line 191, in CHECK_OPSET
raise TypeError(
TypeError: opset version is not supported, can not generate dispatching scheme with op /model.10/Resize(Resize), currently we support only [(10, 13)], however 16 was given.
i want to know how can i try to solve this problem
thanks you.
tuantuanyyyy
changed the title
debug ProgramEntrance_1.py get a error:nvcc fatal : Unsupported gpu architecture 'compute_86'
debug ProgramEntrance_1.py get a error:opset version is not supported, can not generate dispatching scheme with op /model.10/Resize(Resize), currently we support only [(10, 13)], however 16 was given.
Oct 21, 2024
hi, i tried to debug the code Entrance_1.py according to the idea in the this video
https://www.bilibili.com/video/BV1934y147p2/?spm_id_from=333.788.videopod.sections&vd_source=c276bd4c8dbb36d81805cd3ae2fc2946
but i have some errors blow:
my gpu is rtx3090. what cause this bug?thank you for your attention to my problem.
The text was updated successfully, but these errors were encountered: