HSAFoundation / HSA-Runtime-AMD

The HSA-Runtime
Other
48 stars 16 forks source link

hsa_ext_finalize_program cannot take more than one finalization request at a time #3

Closed alienanthill closed 8 years ago

alienanthill commented 9 years ago

hsa_status_t HSA_API hsa_ext_finalize_program( hsa_ext_program_handle_t program, hsa_agent_t agent, size_t finalization_request_count, hsa_ext_finalization_request_t finalization_request_list, hsa_ext_control_directives_t control_directives, hsa_ext_error_message_callback_t error_message_callback, uint8_t optimization_level, const char *options, int debug_information);

finalization_request_count cannot be greater than one

ghost commented 8 years ago

Outdated API