Skip to content

issues Search Results · repo:pypr/compyle language:Python

Filter by

10 results
 (100 ms)

10 results

inpypr/compyle (press backspace or delete to remove)

After the update of numpy to 1.26 we started observing the following failures in the compyle unittests both with Python 3.11. and 3.12. The error is the following: python3.12 -m pytest -k not test_that_multiple_compiles_do_not_occur_for_same_source ...
  • avalentino
  • 5
  • Opened 
    on Mar 28, 2024
  • #104

The error message: Traceback (most recent call last): File string , line 16, in module File /home/user/miniconda3/lib/python3.11/site-packages/compyle/parallel.py , line 573, in __call__ self.elementwise(*args, ...
  • Elefant-Freeciv
  • 2
  • Opened 
    on Jan 4, 2024
  • #103

This is not an issue for most arrays. Here is an MWE, from compyle.array import Array, update_minmax_gpu import pycuda.gpuarray as gpuarray from pycuda.reduction import ReductionKernel import numpy as ...
  • nauaneed
  • Opened 
    on Apr 18, 2023
  • #98

The deprecation of numpy.bool was already addressed with https://github.com/pypr/compyle/pull/87. Starting with NumPy-v1.24.0, this depreciation has expired. Since there has been no release that incorporates ...
  • nauaneed
  • 1
  • Opened 
    on Jan 7, 2023
  • #97

Hi, $ python3.11 Python 3.11.0+ (main, Nov 4 2022, 09:23:33) [GCC 12.2.0] on linux Type help , copyright , credits or license for more information. from compyle.template import Template Traceback ...
  • s3v-
  • Opened 
    on Nov 23, 2022
  • #93

Running the test suite og compyle 0.7 with Python 3.9 I get 6 errors. Looking at the release notes of Python 3.9 I see that a new parser has been introduced but, as far as I can understand, the ast module ...
  • avalentino
  • 12
  • Opened 
    on Oct 14, 2020
  • #64

When installed from pip template.py is not installed (file was missing in site-packges). Using an anaconda distribution on ubuntu. This was leading to the tests to file in pysph. I was able to solve the ...
  • ispielma
  • 1
  • Opened 
    on May 11, 2020
  • #38

============================= test session starts ============================== platform linux -- Python 3.8.1, pytest-4.6.8, py-1.8.0, pluggy-0.13.0 rootdir: /build/1st/compyle-0.6~dev0~20190922.gitaa5a50d ...
  • avalentino
  • 17
  • Opened 
    on Jan 9, 2020
  • #30

- [x] Simple Laplace equation - [ ] Barnes-Hut treecode in 2D - [ ] Other miscellaneous examples.
  • prabhuramachandran
  • Opened 
    on May 7, 2019
  • #22

While writing compyle code, I noticed that there were a few redundancies in the syntax which made it 1) more verbose than needed, and 2) easier to make mistakes. Given below are some changes which I believe ...
  • rahulgovind
  • 1
  • Opened 
    on Dec 30, 2018
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub