export cudarc symbols

This commit is contained in:
germ3n 2025-07-17 20:29:43 +01:00 committed by FiveMovesAhead
parent 9cd3b5c9e8
commit fa6ed85fbf

View File

@ -227,6 +227,10 @@ cat > export_symbols.map << 'EOF'
__total_memory_usage;
__max_memory_usage;
__max_allowed_memory_usage;
__cudarc_fuel_used;
__cudarc_host_memory_used;
__cudarc_device_memory_used;
__cudarc_runtime_signature;
local: *;
};
EOF