Skip to content

Add GPU support for time series models in Co-STEER (fixes #1256)#1264

Open
utsab345 wants to merge 1 commit intomicrosoft:mainfrom
utsab345:fix/gpu-support-time-series-models
Open

Add GPU support for time series models in Co-STEER (fixes #1256)#1264
utsab345 wants to merge 1 commit intomicrosoft:mainfrom
utsab345:fix/gpu-support-time-series-models

Conversation

@utsab345
Copy link
Contributor

@utsab345 utsab345 commented Oct 13, 2025

GPU Support for Time Series Models

Resolves #1256

Problem

Time series models (LSTM) in Co-STEER framework were CPU-only, causing significant resource waste.

Solution

Implement automatic GPU detection and acceleration while maintaining full CPU compatibility.

Changes

  • rdagent/utils/gpu_utils.py - GPU detection & utilities
  • rdagent/general_model/general_model.py - Enhanced LSTM models
  • rdagent/data_science/loop.py - GPU-optimized training
  • rdagent/core/evolving_framework.py - Co-STEER integration
  • test/utils/test_gpu_support.py - Comprehensive testing

📚 Documentation preview 📚: https://RDAgent--1264.org.readthedocs.build/en/1264/

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.

improved Co-STEER for time series models generation NEEDED for GPU support

1 participant