Stuart Archibald
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # Numba Meeting: 2020-10-20 Attendees: Siu, Graham, Hameer, Todd, Val, Guilherme, Stu, Juan ## 0. Feature Discussion - 0.52.0RC1 & 0.52.0RC2 - Quickly discovered several minor issues in RC1. - Planned to release RC2 this week then we'll ask downstreams and users to test - Early feedbacks: - conda package issue with TBB - Main change in RC2 will be turning down the "pre-optimization" from O1 to O0 because LLVM is not very good at consuming it's O1 output; e.g aggressive loop-vectorization fail - Report benchmarks ASV - Val presents performance improvements - https://nbviewer.jupyter.org/github/numba/numba-examples/blob/70925bd8c00529837e7bef342ad4fbd5cb7b1e25/benchmarks/0.52.1rc1_oct2020/Benchmark%20Analysis.ipynb - Upcoming tasks/risks declared for 0.53.0 - next release planned after new year holiday - Hameer: working on sort algorithms; improvements and algos---timsort, radixsort - Siu: Getting line coverage and cProfile working. Snakeviz plot of e.g. some alg is possible (once PR merged). - Graham: Make the CUDA dispatcher use the same dispatcher as the CPU (the C/C++ code side of it). Some changes needed to C/C++ dispatcher which could impact all targets. - Stuart: Piping more information into the dispatch logic from function level to be able to do dispatch based on metadata. ## 1. New Issues - [#6355](https://github.com/numba/numba/issues/6355) - NamedTuple type and List - Can probably be implemented, marking as feature request - [#6356](https://github.com/numba/numba/issues/6356) - Enumerate decrefs too eagerly - Fixed, closed - [#6360](https://github.com/numba/numba/issues/6360) - Inconsistent result for Numba in Metropolis-Hastings Distribution Implementation w/ SciPy interp2d - Stalled, perhaps setting the seed might help, unable to reproduce. - [#6366](https://github.com/numba/numba/issues/6366) - "Numba requires at least version 0.31.0 of llvmlite." - waiting on answer - [#6370](https://github.com/numba/numba/issues/6370) - CUDA tests: There is no RNG seeding in test_atomics.py - In progress - [#6371](https://github.com/numba/numba/issues/6371) - 0.52.0RC1 issues - Fixes for most things in progress - [#6381](https://github.com/numba/numba/issues/6381) - np.shift_left and np.shift_right unsupported for np.uint64 - Tedious to implement - [#6382](https://github.com/numba/numba/issues/6382) - Release global interpreter lock (GIL) in ahead-of-time-compiled code - Will run into the issue of config system mismatch between decorator options and Flags() - [#6383](https://github.com/numba/numba/issues/6383) - Moran's I error - Probably fixed in newer Numba version - [#6386](https://github.com/numba/numba/issues/6386) - Can't AOT String Keyed Dictionaries: undefined symbol: _numba_hashsecret_siphash_k1 - Compiles correctly and then doesn't load - [#6387](https://github.com/numba/numba/issues/6387) - NumPy ndarray expression with broadcast is slower when not use local variable. - Maybe fixable, if expressed as loops rather than ufuncs - [#6388](https://github.com/numba/numba/issues/6388) - NamedTuple fails if type name doesn't match variable name - This is how Python works - [#6389](https://github.com/numba/numba/issues/6389) - graphviz/dot internal buffer truncation causes issues for `inspect_cfg`. - Fix available, closed ### Closed Issues ## 2. New PRs - [#6353](https://github.com/numba/numba/pull/6353) - [WIP] Add new impl cache entry for overloads with omitted args - [#6358](https://github.com/numba/numba/pull/6358) - Add log2 and remainder implementations for cuda - [#6367](https://github.com/numba/numba/pull/6367) - Support views on pinned/mapped arrays - [#6368](https://github.com/numba/numba/pull/6368) - Testhound/cuda atomic and - [#6369](https://github.com/numba/numba/pull/6369) - disable refprune pass - [#6372](https://github.com/numba/numba/pull/6372) - Skips failing tests if SVML is present. - [#6373](https://github.com/numba/numba/pull/6373) - Allow Dispatchers to be cached - [#6374](https://github.com/numba/numba/pull/6374) - Use Python 3 style OSError handling - [#6375](https://github.com/numba/numba/pull/6375) - CUDA tests: reduce managed memory allocation to 0.1 * GPU RAM - [#6376](https://github.com/numba/numba/pull/6376) - Added a fixed seed in test_atomics.py for issue #6370 - [#6377](https://github.com/numba/numba/pull/6377) - CUDA: Fix various issues in test suite - [#6378](https://github.com/numba/numba/pull/6378) - Fix incorrect CPU override in vectorization test. - [#6379](https://github.com/numba/numba/pull/6379) - Use O0 to enable inline and not affect loop-vectorization by later O3… - [#6380](https://github.com/numba/numba/pull/6380) - Only test managed allocations on Linux - [#6384](https://github.com/numba/numba/pull/6384) - Fix failing tests to match on platform invariant int spelling. - [#6385](https://github.com/numba/numba/pull/6385) - Fix/052 rc1 octomerge1 - [#6390](https://github.com/numba/numba/pull/6390) - Updates inspect_cfg ### Closed PRs - [#6354](https://github.com/numba/numba/pull/6354) - Bump llvmlite to 0.35. series. - [#6357](https://github.com/numba/numba/pull/6357) - Fix enumerate invalid decref - [#6359](https://github.com/numba/numba/pull/6359) - Fixes typed list indexing on 32bit - [#6361](https://github.com/numba/numba/pull/6361) - relax the llvmlite requirements for ASV and testing purposes. - [#6362](https://github.com/numba/numba/pull/6362) - Move llvmlite support in README to 0.35 - [#6363](https://github.com/numba/numba/pull/6363) - Note that reference counted types are not permitted in set(). - [#6364](https://github.com/numba/numba/pull/6364) - Move deprecation schedules for 0.52 - [#6365](https://github.com/numba/numba/pull/6365) - Update CHANGE_LOG for 0.52.0 ## 3. Next Release: Version 0.53.0, RC=Q1 2021 ## 4. Upcoming tasks

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully