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
I have Optix link error if i launch any sensors module demo.
This is the error with camera demo:
ceccocats@aron:~/programs/chrono/build$ ./bin/demo_SEN_camera
Copyright (c) 2020 projectchrono.org
Chrono version: 9.0.1
Shader compile time: 1.93442
[ 2][ COMPILER]: COMPILE ERROR:
Info: Pipeline statistics
module(s) : 6
entry function(s) : 6
trace call(s) : 9
continuation callable call(s) : 0
direct callable call(s) : 0
basic block(s) in entry functions : 360
instruction(s) in entry functions : 6860
non-entry function(s) : 0
basic block(s) in non-entry functions: 0
instruction(s) in non-entry functions: 0
debug information : no
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Unresolved external symbol '_Z5powiffi' in module '__closesthit__material_shader'
[ 2][ COMPILER]: COMPILE ERROR:
Info: Pipeline statistics
module(s) : 6
entry function(s) : 6
trace call(s) : 9
continuation callable call(s) : 0
direct callable call(s) : 0
basic block(s) in entry functions : 360
instruction(s) in entry functions : 6860
non-entry function(s) : 0
basic block(s) in non-entry functions: 0
instruction(s) in non-entry functions: 0
debug information : no
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Unresolved external symbol '_Z5powiffi' in module '__closesthit__material_shader'
[ 2][ COMPILER]: COMPILE ERROR:
Info: Pipeline statistics
module(s) : 6
entry function(s) : 6
trace call(s) : 9
continuation callable call(s) : 0
direct callable call(s) : 0
basic block(s) in entry functions : 360
instruction(s) in entry functions : 6860
non-entry function(s) : 0
basic block(s) in non-entry functions: 0
instruction(s) in non-entry functions: 0
debug information : no
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Symbol '_optix_constant_memory_0x43991b1b6e28bbb2edd469bad5deca25' was defined multiple times. First seen in: '__miss__shader'
Error: Unresolved external symbol '_Z5powiffi' in module '__closesthit__material_shader'
The text was updated successfully, but these errors were encountered:
I tried calling pow with integers and i always have compile errors.
Do you know if there is a method to build this files at compile time and not at runtime?
Actually its possible to build PTX file at compile time with this flag -DUSE_CUDA_NVRTC=OFF.
With runtime compilation i found another issue:
At runtime nvdb_vol_intersect.cu is compiled without the flag USE_SENSOR_NVDB so it would not compile properly
branch: main (also tested on 9.0 release)
compile command:
I have Optix link error if i launch any sensors module demo.
This is the error with camera demo:
The text was updated successfully, but these errors were encountered: