Skip to content

Conversation

naoyam
Copy link
Collaborator

@naoyam naoyam commented Mar 9, 2023

Reverts #2522

Lots of the C++ tests are failing after this PR:

unknown file
C++ exception with description "false INTERNAL ASSERT FAILED at "/opt/pytorch/pytorch-jit/third_party/nvfuser/csrc/type.cpp":915, please report a bug to PyTorch. Index is determined at compile time, to convert from an aten type you need to have the compiled information. This information is passed to GpuLower at compile time, and then copied to kerned.There's also this information in FusionExecutorCache and the Registry system.

I'll work with @mmigdal-nv, but for now, I think we should just revert it.

Copy link
Collaborator

@jjsjann123 jjsjann123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stamp for revert~~~

@naoyam naoyam merged commit e0c1786 into devel Mar 9, 2023
options_.device = c10::Device(c10::DeviceType::CUDA, args.getDeviceIndex());
options_.index_mode = args.getIndexMode();
compile_params.index_type = DataType::Index;
compile_params.index_type =

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I will check tomorrow, I think it's that

@zasdfgbnm zasdfgbnm deleted the revert-2522-rebuild_index_change branch March 10, 2023 05:16
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.

3 participants