Hong Xu

Results 114 issues of Hong Xu

[CUDA has `nvstd::function` support](https://devblogs.nvidia.com/new-compiler-features-cuda-8/) that mimics `std::function`, but it seems that HIP does not have it yet.

hip
type:feature

The new MAX base uses Python 3.7. Might cause issue when combined with `assets/whole_resnet18_places365_python36.pth`

When the input is sufficiently long, the output simply repeats the input. In other words, there is no way to specify output length. Example input: "This repository contains code to...

As a demo of IBM/MAX-Skeleton#28

### Description The warning has been outdated since the introduction of `modernTargets`.

RSS specification says: > is the URL of the site, when the channel is rendered, the image is a link to the site. (Note, in practice the image and should...

Currently only the site-wide ShowFullTextinRSS setting is effective. Use `.Param` so that one can specify ShowFullTextinRSS for individual posts. **What does this PR change? What problem does it solve?** **Was...

.Description is meant to be used for metadata purpose: https://gohugo.io/methods/page/description/ Hugo document has emphasized this in the .Description page: > Conceptually different from a content summary, a page description is...

### Current behavior Both options, `integerPos` and `integerNeg` permit zero: https://github.com/autoNumeric/autoNumeric/blob/ea4a977c230c616fdcda6a5441c6009ce850d2c8/src/AutoNumericPredefinedOptions.js#L190-L196 ### Expected behavior Neither should include zero, based on the [doc](https://docs.autonumeric.org/Documentation/predefined%20options/#predefined-common-options). > `integerPos`: Set the minimum and maximum value...

[MDN doc](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/title) says: > The `HTMLElement.title` property represents the title of the element: the text usually displayed in a 'tooltip' popup when the mouse is over the node. However, react-share...