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

[Fixbug] Allow grid compute to be inlined #134

Merged
merged 1 commit into from
Mar 21, 2023
Merged

Conversation

hjjq
Copy link
Member

@hjjq hjjq commented Mar 21, 2023

No description provided.

@hjjq hjjq added the bug Something isn't working label Mar 21, 2023
@hjjq hjjq merged commit 40bd792 into hidet-org:main Mar 21, 2023
@hjjq hjjq deleted the fix-bug branch March 21, 2023 20:07
KTong821 pushed a commit to KTong821/hidet that referenced this pull request Apr 24, 2024
Closes hidet-org#450.

Output of the example code provided in the issue:
```
/home/jack/dev/hidet/venv/bin/python3.8 /home/jack/.config/JetBrains/RemoteDev-PY/_home_jack_dev_hidet/scratches/scratch_2.py 
Compiling cpu task tan(x=float32(2, 2), y=float32(2, 2))...
Tensor(shape=(2, 2), dtype='float32', device='cpu')
[[  0.2568644  -1.0825194]
 [-32.35311    -1.5977247]]
```
vadiklyutiy pushed a commit that referenced this pull request Jul 22, 2024
Closes #450.

Output of the example code provided in the issue:
```
/home/jack/dev/hidet/venv/bin/python3.8 /home/jack/.config/JetBrains/RemoteDev-PY/_home_jack_dev_hidet/scratches/scratch_2.py 
Compiling cpu task tan(x=float32(2, 2), y=float32(2, 2))...
Tensor(shape=(2, 2), dtype='float32', device='cpu')
[[  0.2568644  -1.0825194]
 [-32.35311    -1.5977247]]
```
vadiklyutiy pushed a commit that referenced this pull request Jul 23, 2024
Closes #450.

Output of the example code provided in the issue:
```
/home/jack/dev/hidet/venv/bin/python3.8 /home/jack/.config/JetBrains/RemoteDev-PY/_home_jack_dev_hidet/scratches/scratch_2.py 
Compiling cpu task tan(x=float32(2, 2), y=float32(2, 2))...
Tensor(shape=(2, 2), dtype='float32', device='cpu')
[[  0.2568644  -1.0825194]
 [-32.35311    -1.5977247]]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant