Skip to content

feat(x86 backend): implement arange and random fill operations for x8…#331

Merged
chenghuaWang merged 1 commit intoUbiquitousLearning:v2from
chenghuaWang:v2
Jul 29, 2025
Merged

feat(x86 backend): implement arange and random fill operations for x8…#331
chenghuaWang merged 1 commit intoUbiquitousLearning:v2from
chenghuaWang:v2

Conversation

@chenghuaWang
Copy link
Copy Markdown
Collaborator

…6 backend

  • Add fill_arange and fill_random functions to x86/fill.cpp
  • Update fill.hpp to include new function declarations
  • Modify FillOp.cpp to support arange and random fill operations
  • Implement arange and random functions in Tensor class
  • Add random seed functionality to Context class
  • Update mllm.cpp and mllm.hpp to use 64-bit random seed

…6 backend

- Add fill_arange and fill_random functions to x86/fill.cpp
- Update fill.hpp to include new function declarations
- Modify FillOp.cpp to support arange and random fill operations
- Implement arange and random functions in Tensor class
- Add random seed functionality to Context class
- Update mllm.cpp and mllm.hpp to use 64-bit random seed
@chenghuaWang chenghuaWang merged commit 243aee1 into UbiquitousLearning:v2 Jul 29, 2025
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