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
Since ABT_{thread/task/self}_{set/get}_data() potentially has an interoperability issue, this is not a right solution (as discussed in #159). Argobots 1.0 should just mark ABT_{thread/task/self}_set_arg() as deprecated. We should remove them after really optimizing ABT_key_{set/get}().
Any comments and suggestions are welcome.
We are planning to release Argobots 1.0 this month.
Although we have very few weeks, we plan to make our release include the following:
ABT_thread_retain()
,ABT_thread_release()
,ABT_task_retain()
,ABT_task_release()
.ABT_xstream_start()
ABT_XSTREAM_STATE_CREATED
andABT_XSTREAM_STATE_READY
ABT_ERR_INV_EVENT
andABT_ERR_EVENT
examples/
ProvideABT_thread/task_set_data
(if thread/task descriptor sizes allow)Related to List of features to deprecate #17This is desired to deprecateset/get_arg
functions in the future.If you want any (hopefully, easily implementable) fixes and improvements, please let us know.
The text was updated successfully, but these errors were encountered: