4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
2c81fbbb3c Refactor duplicate torch operation registrations to use shared module
Instead of changing library names (not scalable), create a shared test_operations.py module that:
- Provides a single "silly" library for all compilation tests
- Registers a unified attention operation that can handle both standard and counting modes
- Eliminates duplicate registration errors when running all tests together
- Maintains backward compatibility with existing test behavior

Addresses feedback to make the solution more scalable and maintainable.

Co-authored-by: ProExpertProg <11367180+ProExpertProg@users.noreply.github.com>
2025-08-20 14:12:37 +00:00
copilot-swe-agent[bot]
47dcf0940f Complete fix for duplicate torch operations - all ops use unique library names
Co-authored-by: ProExpertProg <11367180+ProExpertProg@users.noreply.github.com>
2025-08-20 13:34:27 +00:00
copilot-swe-agent[bot]
9d6f0372e5 Fix duplicate torch operation registrations in tests/compile
Co-authored-by: ProExpertProg <11367180+ProExpertProg@users.noreply.github.com>
2025-08-20 13:31:41 +00:00
Yong Hoon Shin
4ac7713e32
Add test case for compiling multiple graphs (#21044)
Signed-off-by: Yong Hoon Shin <yhshin@meta.com>
2025-07-23 11:00:47 -07:00