Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.4.0 #55

Merged
merged 16 commits into from
Sep 24, 2024
Merged

V1.4.0 #55

merged 16 commits into from
Sep 24, 2024

Conversation

nv-jdeligiannis
Copy link
Collaborator

@nv-jdeligiannis nv-jdeligiannis commented Sep 24, 2024

  • Adding strongly typed handles
  • (Re)adding option to configure workload size
  • Adding serialization support for inputs & bake output - useful for sharing bake results
  • Bunch of smaller fixes and cleanup

// Serialization
ommResult ommCpuSerialize(ommBaker baker, const ommCpuDeserializedDesc& desc, ommCpuSerializedResult* outResult);
ommResult ommCpuGetSerializedResultDesc(ommCpuSerializedResult result, const ommCpuBlobDesc** desc);
ommResult ommCpuDestroySerializedResult(ommCpuSerializedResult result);

// Deserialization
ommResult ommCpuDeserialize(ommBaker baker, const ommCpuBlobDesc& desc, ommCpuDeserializedResult* outResult);
ommResult ommCpuGetDeserializedDesc(ommCpuDeserializedResult result, const ommCpuDeserializedDesc** desc);
ommResult ommCpuDestroyDeserializedResult(ommCpuDeserializedResult result);

// Some utility
ommResult ommDebugSaveBinaryToDisk(ommBaker baker, const ommCpuBlobDesc& data, const char* path);

@nv-jdeligiannis nv-jdeligiannis merged commit 2f42f5a into main Sep 24, 2024
2 checks passed
@nv-jdeligiannis nv-jdeligiannis deleted the v1.4.0 branch September 24, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant